DEV Community

Discussion on: 5 reasons why I built a CSS framework (and what I've learned)

Collapse
 
bernardbaker profile image
Bernard Baker

Hi,

What benefits are there with a px unit system?

I took a look at cruip.com I like your template, real time saver. And I have a project which needs a marketing front end solution.

On that topic, I've been using CRA. What's the build system for the React templates?

Are they upgraded to React Router V6?

Are they functional components, which use hooks?

Collapse
 
pacovitiello profile image
Pasquale Vitiello

Hey Bernard,

There are no specific benefits, it's a choice we made during the prototyping stage.

We used create-react-app for our React templates. They include mostly class components. Switching to functional components is something that I was considering but, TBH, I don’t think to get into a so big refactoring process soon (we have been distributing 14 templates!).

No React Router v6 yet!

Cheers, P.

Collapse
 
bernardbaker profile image
Bernard Baker

Ok