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.

Fullstack authentication with React, Node, Hono, React Hook Forms, Zod and React Query

September 27, 2024
javascript react typescript node sqlite tailwind tanstack

In this article we will learn how to do a fullstack authentication for any application you wish. Its fundamental to know how to perform auth in a fast way and have all the concepts known by the developer