-
SASS - Sass, or Syntactically Awesome Stylesheets, is a CSS preprocessor that extends the functionality of CSS with features like variables, nesting, and mixins. Integrating Sass with React allows for more maintainable and modular styling by enabling the use of these advanced CSS features within React components.
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
Redux - is a predictable state container for JavaScript applications, commonly used with React for managing application state. It centralizes the state of an application, making it easier to manage and debug while facilitating predictable behavior through a unidirectional data flow.
-
Nodemon.io
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
We will need some help with the development process, that is why we will use nodemon. Nodemon is a utility tool that automatically monitors changes in your Node.js application's source code and restarts the server whenever it detects any modifications. This tool helps streamline the development process by eliminating the need to manually stop and restart the Node.js server every time you make changes to the code, making it easier to see the effects of your changes immediately. We will use "npm install --save-dev nodemon" to install nodemon to the development section of our project. Also, we need to add a new setting to the scripts part of the package.json file that will start nodemon.