Skip to content

tikhepooja11/MERN_stack_courses_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN_stack_courses_Application

  1. types Routing in web apps Client Side Routing Server Side Routing

  2. Redux Toolkit Steps ->

    1. Install @reduxjs/toolkit and react-redux You, 4 seconds ago Uncommitted changes
    2. Build our store
    3. Provide (using provider from react-redux) & Connect store to application
    4. Create slice in store
    5. Dispatch the action
    6. Subscribe the component to store using Selector (to read / write data to/from the store)

    react-redux - Provider, useSelector, useDispatch

    @reaactjs/toolkit - configureStore, createSlice

    Selector -> specifies what portion of store we need to subscribe by component

    Immer Library -> Redux makes use of Immer library which gives the newly modified state by differenciating bet old state - current state

    Survey JS -> Made the use of survey js forms library to create and add validations to contact us form.

Snapshots -> Screenshot (23) Screenshot (28) Screenshot (27) Screenshot (26) Screenshot (29)


Deployed MERN app on RENDER -> Backend Hosted URL -> https://nodejs-backend-courses-app.onrender.com/

Screenshot (35)

Screenshot (38)

Screenshot (39)


Frontend Hosted URL -> https://reactjs-frontend-courses.onrender.com/

Screenshot (32)

Screenshot (33)

Screenshot (37)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published