
Minimalist and powerful React + Webpack 4 boilerplate: pwa ready, with sass compiler and hot-reloading
The React + Webpack Modern Boilerplate is a repository containing a complete boilerplate with a Sass compiler and hot-reloading. It is designed to easily and quickly start developing projects from scratch with React 16 and Webpack 4. The project was created as a way for the developer to learn about and understand the inner workings of boilerplate generators, such as create-react-app. It follows best practices for React and style, utilizing OOCSS, ITCSS, and BEM methodologies.
The React + Webpack Modern Boilerplate is a complete boilerplate for developing projects from scratch with React 16 and Webpack 4. It includes a range of features such as a Sass compiler, hot-reloading, and integrated support for Progressive Web Apps. The boilerplate follows best practices for React and style, utilizing methodologies like OOCSS, ITCSS, and BEM. It also includes features like a testing environment with Enzyme and Jest, a routing environment with React-router, and a caching system for the production environment.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.