The concept of rendering and the importance of Next JS

November 24, 2023
react frontend nextjs

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.

Setting up NextJS with Redux, Storybook, Typescript and Tailwind

December 15, 2023
typescript react frontend nextjs tailwind

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.

Next JS 14: Enhance your forms using React Server Action

July 25, 2024
typescript nextjs

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!

React Server Components (RSC): A Deep Dive into Modern React Development

March 30, 2025
typescript react nextjs concept

Lets learn about RSC, what it is and some examples of how and when to use them

Live coding with React 19 and Next 15

June 23, 2025
typescript react nextjs

This is an article showing an example of a live coding interview for a Senior Frontend Developer position with heavy focus on async