MERNSnippet: How To
(MongoDB, Express, React, Node)
Solve Common Development Issues. New article every Thursday
Table of Contents
React
- Create Your Own FIRST React App
- Write a Function Component
- Style React Components
- Redirect Any Invalid URLs
- Get Top of the Page On Every TRANSITION
- Build a Responsive NAVBAR in React
- Prevent SCROLL When the Nav Menu Is Open
- Close Menu When Clicking OUTSIDE
- Stick a FOOTER to Bottom of the Webpage
- Create a Product CARD
- Render Product LIST
- Make a Contact FORM with a MAP
- Make a Contact FORM (HANDLING Events)
React. Advanced Topics
- Contex and useContext() Hook
Node, Express, MongoDB
- Express Setup
- Set Up MongoDB Atlas
- Connect to MongoDB Using Mongoose
- Build Models
- Insert Data into MongoDB
- Define Routes (Express)
- Define Routes (part 2)
- Test Your API with Postman
Redux
- Create Redux Store
- Design Actions
- Write Reducers
Node.js