I know it's in the stack pipeline to include SCSS as well, but is it ok to just use something like react-bootstrap ( CDN ) or is it preferable to use the package version or then SCSS?
What are the pros and cons? Also, any recommendations of what's the most compatible library for the mern stack? ( We have been exploring react-bootstrap, semantic-ui, and material-ui ).
Prashant Abhishek
Co-founder at AltCampus
MERN will support SCSS compilation and will continue to have vanilla CSS files only. You can use any library like react-bootstrap or material-ui.
How to implement SCSS in MERN.