DEV Community

Cover image for Performance oriented Next.js application boilerplate with Redux, Typescript, Express.js and Sass.
Civan Özseyhan
Civan Özseyhan

Posted on

Performance oriented Next.js application boilerplate with Redux, Typescript, Express.js and Sass.

Next.js is a minimalistic React framework that runs in the browser and the server. It offers developers an easy way to get started, and as it uses React.js for templating it is also a straightforward way for developers with React experience to get productive fast.

The advantages of this approach is to be able to create Rich User experiences in a uniform way, without compromising Search Engine Optimisation (SEO) factors that are key to good ranking on Google and other search engines.

We created the production-ready pankod/next-boilerplate to make it easier to get started with a well-structured Next.js and TypeScript application. You may check out our Github Repo for more information.

Top comments (0)