React Archive
Understanding Webpack Configuration – [simplified]
Author: Suresh Thangarasu | Categories: Angular, JavaScript, Latest Trends, React, Tools No comments

Understanding webpack configuration with example codes is much easier than a detailed paragraph. Recently Angular [Latest version] also use webpack for bundle the application. You can use webpack with any of the latest Javascript libraries like react to bundle the application. Here I add webpack configuration file and explain the concept and configuration
Setup Sass In Create-React-App Without Ejecting

If you are using Create-React-App module to manage your no configuration react application development environment, this guide is to setup Sass compiler into the environment without ejecting the setup. We know create-react-app comes with eject option, which will deploy all automatic confirmation to manual configuration, Even for a professional