We are going to create a NextJs Starter using Razroo.
What Technologies are in the starter?
Jest
Jest and React Testing Library are frequently used together for Unit Testing and Snapshot Testing. Jest version 29.4.1 comes with the package.
Typescript
It comes with built-in TypeScript support for automatically installing the necessary packages and configuring the proper settings. Typescript version 5.3.3 is being used in the template.
Nx
Nx is a build system with built-in tooling and advanced CI capabilities. It helps maintain and scale monorepos, both locally and on CI. Nx version 18 comes with the template.
NextJS
Next.js provides React-based web applications with server-side rendering and static website generation. NextJS version 14.0.4 comes with the template.
NextJS App router
The Next.js App Router introduces a new model for building applications using React's latest features such as Server Components, Streaming with Suspense, and Server Actions.
Playwright
Playwright is a testing framework that lets you automate Chromium, Firefox, and WebKit with a single API. You can use it to write End-to-End (E2E) testing. We are using playwright/test 1.36.0
Leave Feedback