Skip to content

Commit

Permalink
added initial views and likes carried over from Prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Apr 1, 2024
1 parent 6117c33 commit 95613f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ abstract: CSS grid is the latest and greatest layout mode for building two-dimen
tags: ['css', 'grid', 'flexbox']
isPublished: 1
publishedOn: 2024-03-13
views: 56
likes: 151
---

CSS grid is the latest layout mode which makes it a joy to create two-dimensional layouts, and with [great browser support](https://caniuse.com/css-grid) it can be used just about anywhere, even IE 10!
Expand Down
2 changes: 2 additions & 0 deletions packages/functions/content/chained-ternaries-are-great.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ abstract: Echoing a fantastic post by Eric Elliot, a favorite from my formative
tags: ['javascript']
isPublished: 1
publishedOn: 2024-03-12
views: 56
likes: 151
---

At my first software engineering gig I spent a lot of time on Medium.com reading about how other developers thought about code and looking for inspiration about how to contribute to my team's best practices.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
['nextjs', 'react', 'serverless', 'sst', 'css', 'monorepo', 'sql', 'postgres']
isPublished: 1
publishedOn: 2024-03-12
views: 56
likes: 151
---

The web development ecosystem has changed a lot since my early days with [Bootstrap](https://getbootstrap.com/) and [jQuery](https://jquery.com/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ abstract: Server Actions are a cutting-edge React feature we can use to our adva
tags: ['react', 'nextjs', 'serveractions']
isPublished: 1
publishedOn: 2024-03-13
views: 56
likes: 151
---

[Server actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations) are a brand new, cutting-edge React feature only usable in frameworks that support it like Next.js. Next.js defines them as asynchronous functions that are executed on the server, while the [React documentation](https://react.dev/reference/react/use-server) defines them as server-side functions that can be called from client-side code.
Expand Down

0 comments on commit 95613f5

Please sign in to comment.