Building a NextJS Monorepo

Ernesto F
JavaScript in Plain English
12 min readNov 23, 2020

--

Photo by Tiger Lily from Pexels

You started creating a frontend application for your company, then another, and another and eventually you end up with a dozen frontend applications with a ton of replicated code. Tooling code, linting, tests, helper libraries and domain specific code.

You probably seen this happen before. Is not effective and is prone to errors. The solution, co-locate all code and dependencies on a single repository, in other…

--

--