python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CRA 5 upgraded to Webpack 5. How does it help using Webpack Module Federation with CRA without ejecting?
Module Federation requires Webpack 5.
The new Create React App (CRA) v5 released last December was upgraded to Webpack 5.
How does it help using Webpack Module Federation with CRA without ejecting?
An...
PedroF
Votes: 0
Answers: 1
How to add background image class to tailwind config in CRA application
I am trying to use image as background using tailwind css in Create react app. But can't figure out how to add background image class.
The error:
Module not found: Error: Can't resolve './src/images/p...

Maielo
Votes: 0
Answers: 1
NextJS - Stop refreshing page after some path
I'm trying to combine NextJS with CRA and I would like to use the react router after some path in NextJS.
For example:
It's ok the refresh between these two pages:
https://localhost:3000/page1 --> ...
Car Lautaro
Votes: 0
Answers: 0