Explore >> Select a destination


You are here

henriqueleite42.com
| | scastiel.dev
4.6 parsecs away

Travel
| | React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.
| | aaronparecki.com
4.8 parsecs away

Travel
| | This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.
| | www.binovarghese.com
3.4 parsecs away

Travel
| | Session and token authentication methods are used by the server to verify the client request is authenticated or not.
| | blog.somewhatabstract.com
21.9 parsecs away

Travel
| [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.