DEV Community

Discussion on: Rebuilt my company's website with Tailwind CSS and Next JS

Collapse
 
nikolovlazar profile image
Lazar Nikolov

The website is statically generated, but using Next JS’s incremental static regeneration we can add content as we wish, and the pages affected will be statically regenerated on the next request. Compared to Wordpress, adding content in Strapi is pretty much the same. You have your admin panel with the models you defined and you can add data easily. If you ask me, I’d never use Wordpress if I have to develop a custom website ever again. If time is of the essence and I could use a template, then it makes sense, but I’d never be calm knowing that the website can be thousand times faster if I just use Next JS.

Collapse
 
midhunadarvin profile image
Midhun A Darvin

Nice. I guess if the community grows, then more templates would be available for NextJS. Might be a Wordpress killer?

Thread Thread
 
nikolovlazar profile image
Lazar Nikolov

If they decide to partner with a headless cms provider then it could be 😀 Strapi is the Headless CMS, NextJS is the web framework, so together:
Strapi + NextJS = Fastest Wordpress