Full React Tutorial #16 - Using JSON Server

preview_player
Показать описание

🐱‍💻 🐱‍💻 Course Files:

🐱‍👤🐱‍👤 JOIN THE GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Helpful Links:

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

Honestly, I really like his react tutorials not only because of his British accent but he also explained them quite remarkably.

hamzahmd_
Автор

{
"blogs":[
{
"title":"My First Blog",
"body":"Why do we use it?\nIt is a long established fact that a reader will be distracted ",
"author":"mario",
"id":1
},
{
"title":"Opening Party",
"body":"Why do we use it?\nIt is a long established fact that a reader will be distracted ",
"author":"yoshi",
"id":2
}
]
}

fethidogan
Автор

These bite size tutorials are so much better than slogging through 2+ hour ones.

WaddupBoi
Автор

I have learned more in this 3 hours course than in 30+ hours of Udemy courses. You are amazing.

erkkasep
Автор

Shaun is the best teacher period. I've been trying to learn React and spent quite a few $$$ but with this one, it's all making sense. BTW, as of 2/11/2022, I just ran the JSON Server npx command in a new terminal and it worked like a charm.

donnazukowski
Автор

for anyone experiencing an error said "could not install from [your computer name] as it does not contain a package.json file" when run the npx json-server --watch data/db.json --port 8000 command, please run this command first "npm i json-server -g" it works for me.

annisaautami
Автор

Modern Redux should be the next playlist! best teacher on youtube along with traversy media ahha

iltanoia
Автор

I am an 'older' new to coding just approaching the end of a 3 month bootcamp. I have learnt more from the Full Modern React Tutorial than anything on the bootcamp. Well done Net Ninja, you are a very talented teacher and thanks for putting these out there, and yeah as a Prestonian (living in Manchester) your Manchester accent helps!

paulfg
Автор

Halfway through and I have to say: you are a phenomenal educator. You are doing a great job explaining everything. After every short session I have more confidence in what I just learned. Thank you.
Great job and keep up the good work!

mmmisaaagh
Автор

I am doing a coding bootcamp and I'd be lost without your tutorials! you explain everything so well that it helps me truly understand what is going, I watch them after class to bring everything together - thank you!

sofiatruta
Автор

I've been using json server as part of my workflow since the series you did 2 months ago. thx net ninja

davidho
Автор

If any one have problem when running npx json-server --watch data/db.json --port 8000 and you are using powershell on terminal. (It didn't run like me)

Try to switch to Command Prompt instead of powershell on terminal.

Hope this will help :"3

Thank Net Nija for this tutorial

ucthanhle
Автор

If anyone may face this Error in the terminal
Oops, data/db.json doesn't seem to exist.
Creating data/db.json with some default data """".
the solution is to 'Go to the folder where your db.json file resides. then run the command json-server --watch db.json
in terminal and it would work with you.

islamgoher
Автор

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

erickbroos
Автор

There is NO course well explained form React js but i saw your courses im surprized. You have unique teaching style and explaining little things for understand and combine all theese things. Thanks ❤️

batu
Автор

If anyone else was having trouble running json-server try "json-server --watch data/db.json --port 8000" and omit the npx part.

Zephyr-tghu
Автор

the net ninja is definitemy the best of ninjas, kudos mate :)

minou
Автор

This json server really saves my neck from creating database. Its really a good thing you have taught me to play around with the app. 3:29 I marked the time for future reference. Thank you Shaun!

HaiderAli-oifm
Автор

Thank you for showing a perfect way of running JSON-server with my existing React app for testing purposes.
This was a wonderful solution, not discussed in tutorial/blogs I had seen soo far.

sinhaneha
Автор

The Best Teacher on the internet, Thank you Shaun

neehargadam