DEV Community

Discussion on: What CSS approach do you use in NextJS?

Collapse
 
wjkawecki profile image
Wojciech Kawecki • Edited

I am using plop and have an npm scaffold script, which takes a name of my new component and creates all required files for it: React component file, some sample mock data file, tests file and styles file.

Thread Thread
 
wjkawecki profile image
Wojciech Kawecki • Edited

Oh, and also a Storybook story file, which I forgot to mention in prev comment.

Thread Thread
 
madza profile image
Madza

Awesome input! Thanks! πŸ™β€