Material UI Tutorial #9 - Using JSON Server

preview_player
Показать описание
🐱‍💻 🐱‍💻 Course Files:

🐱‍👤🐱‍👤 JOIN THE GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Useful playlists:

🐱‍💻 🐱‍💻 Other links:

🐱‍💻 🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

Incase you encounter the error
("export 'useHistory' (imported as 'useHistory') was not found in 'react-router-dom'", ) when establishing a post request,
kindly perform the following:
1. Replace (import {useHistory} from 'react-router-dom';) with (import {useNavigate} from 'react-router-dom';)
2. Replace (const history = useHistory) with (const navigate = useNavigate();
3. Replace (history) with (navigate('/');

Cheers :)

oscheka
Автор

for newer versions

npx json-server --watch data/db.json --port 8000

TheNickPopal
Автор

MUI tutorial is awesome!!! thanks pal...keep posting, as many are getting benefited! thanks a lot..

ramkumars
Автор

please make a MERN project with client-side view rendering! luv your channel so much 🔥

kresnofatihimani
Автор

That was awesome. json-server is so cool. ;)

vishsingh
Автор

how does POST method work without using useEffect hook?

shivakc
Автор

Thanks! Is there a way to connect forms to Redux before using JSON server? That is, to interpone Redux between the form and JSON Server?

giuliomariomartena
Автор

Hey, can you please make a series about how to run a json server (something simple like this) off of a Github Pages static website? thank you.

pewnit
Автор

How could him push the new content from the form to the JSON file? because of Fetch?

joedu
Автор

Hi about JsonServer if I use it for a self project just to save me the trouble to make my own rest api for now, can I upload later the react app with the json server as is in firebase or do I have to do anything else?

let me knoe :)

mabos
Автор

Need a roadmap video to follow your channel content!!!!

prafulrane
Автор

can you please make a tutorial on how to uplode a image and save in db.json ?

sdevaleem
Автор

Please Shaun make a course on design patterns using JavaScript even if you don't want to make it for free make a udemy course on it and I will buy it, just make sure to make a real life project with each pattern.

hafsahussein
Автор

whats your extension for the icons in front of folders and files

niklakis
Автор

Shaun make a next js authentication video, similiar to nodejs auth video which you did

sumukhakb
Автор

Hey, i follow every step you have made, but it failed to show the output on the browser!!, can you help?

billelbahani
Автор

JSON server modify the storage file or just copy new data in a buffer and show it with data from file (that are unchanged)?

victorchilari
Автор

Nowadays, running json-server this way gives an ssl error.

Danell
Автор

json-server not recognized as an internal or external command

taqikhan
Автор

5:00 but if the component rerenders it will run the useEffect code again, am I right?

JuaNeMe
visit shbcf.ru