Best of Medium — August 2023
- 1
- 2
Medium·3y
A Front-End Application Folder Structure that Makes Sense
The goal is to apply some kind of modularisation that will make the codebase easier to understand by setting boundaries between features and minimizing code coupling and side effects. By default when scaffolding a new project using one of the popular front-end frameworks the component structure is flat and follows no hierarchy whatsoever.
- 3
Medium·3y
5 Must-Have Tools for Building Web Applications with Next.js App Router
Next.js App Router Server-only, Saas UI, TailwindCSS, Turbopack, the use() hook, and Tailwind CSS are among the tools that can enable you to build web applications with Next.JS App Router faster. The Pages Router was introduced as an intended replacement for the Pages Router.