Jefferson

Results 5 comments of Jefferson

Apparently, when you install the redux toolkit **createStore()** becomes depreciated, you can replace it with **configureStore()** which wraps **createStore()** to provide simplified configuration options. A good example to config a...

> I'm stuck on this step as well. The error im getting is this. > > ![image](https://user-images.githubusercontent.com/113944319/192613390-2d6bdc35-b9ed-4481-9868-6027b108a02e.png) > > My code looks like this. > > ``` > import React...

@chetna098 Is the server running on port 5000? If not you can start by checking: - **if the DB is connected** - **You can add an IP Address on the...

Hey, @codewithvoid I would like to add this feature. Can you explain some more details?

To add on the **Cohort Participants Feat** @codewithvoid We can implement a "CohortRegistrationForm" component that allows users to register participants for a cohort. This component will push the participant data...