We will check the concept of rendering, it's something that's critical for web development and it's handled using different patterns like Client-Side rendering, Static rendering, Hydration, Progressive rendering and Server-Side rendering.
TIn our posts about application optimizations we talked a lot about SSR. Lately we have been focusing on CSR with create-react-app, today we will learn how to use NextJS properly and set it up from the beginning creating a base to setup future projects.
We're gonna give a summary of React Conference by Aurora Walberg Scharff about how to enhance your forms using React Server Actions in NextJS!
Lets learn about RSC, what it is and some examples of how and when to use them
This is an article showing an example of a live coding interview for a Senior Frontend Developer position with heavy focus on async