How to do Styling In ReactJS || ReactJS Tutorials

preview_player
Показать описание
Styling In ReactJS
=================

1. Need to add npm plugin
sass-loader = transform SASS to CSS
style-loader = output our css into style tag in the documents
css-loader = parse CSS into javascript and resolve dependencies
node-sass = help to transform scss file
2. Create scss file
3. Add reference in any page as required
4. Need to update rules in webpacks module section

NOTE: if facing problem to install node-sass run below command then try below command
sudo npm install -g electron --unsafe-perm=true --allow-root
Рекомендации по теме
welcome to shbcf.ru