This masterclass contains all you need to give a boost to your Front End career.
You will learn how to build a scalable and very performant application with NextJS, a NodeJS framework that relies on ReactJS to build the interface.
During the development, we will use Typescript, as the best tool to make any website more stable and safe against data integrations.
You will master the latest rendering standards like CSR (ClientSide Rendering), SSR (ServerSide Rendering) and SSG (Static Site Generation).
All the data will be managed via the Strapi CMS, versatile headless cms often used by many companies. We will use GraphQL to connect to it instead of the standard REST calls.
Finally, the design of the web app is built using TailwindCSS, a great utility CSS library that will help us style the layout.