DEV Community

Discussion on: I prototype React apps rediculously quickly. Here are my 5 key tricks.

Collapse
 
xavierbrinonecs profile image
Xavier Brinon

create snowpack app (CSA) is compiling and building faster than create react app (CRA), you might want to have a look at that.

I found that a basic global css file is faster than messing around with css-in-js.
What gets a prototype built quickly is a good design system, like antD, materialui (without the css templates) or any design system that you master.

another way of building quickly is using andybrewer.github.io/mvp/ where the css in integrated in the semantic html.