If you are certain that you will never need ssr, would you still use razzle as a better cra? #1708
-
Cra has more community contributions, but razzle seems to have a lot of activity lately. Some things that I use or may start to use later:
|
Beta Was this translation helpful? Give feedback.
Answered by
fivethreeo
Sep 3, 2021
Replies: 2 comments 1 reply
-
The advantage is that razzle can be configured without breaking out. But if cra works and you have no need for custom configuration there is no need for razzle. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fivethreeo
-
Babel config is mostly like next, webpack is with mini-css-extract and file/url loader. Pretty basic and mostly unopinionated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The advantage is that razzle can be configured without breaking out.
But if cra works and you have no need for custom configuration there is no need for razzle.