Build a ReactJS app with the Star Wars API

preview_player
Показать описание
In this video, I go over how to build a ReactJS app using the Star Wars API. We'll be covering topics like React hooks, async await and react router.

===============================================
DISCLAIMER: This video and description contains affiliate links. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Awesome video..becasue we generally make those mistake that you didnt edited out
loved it..a project with post, put and get call will be also very helpful
Very good work Thanks for this video brother 😁

ashishshukla-pkxi
Автор

Great video, I had some problems with semantic-ui-css, I chose not to use it, but in the end it all worked out! Thank you so much for this!

andrebertelli
Автор

Hi. Dont you have a sandbox or github for this. I somehow cant get it to work

zolanistemela
Автор

This was great until I ran in to outdated stuff, Switch is no longer used in react router dom, or my project didnt support it. Is there a git place with updated code?

ranek
Автор

can u tell me to add login page and signup feature for this project

mrinalummadising
Автор

Muito boooom. Fiz code review no meu projeto.

douglasabnovato
Автор

Can anyone tell me that in my why it's showing error that Switch was not found in react-router-dom, I already try many things

geetikabajpai
Автор

maybe of note, the API is just pulling the first 10 data.results. so you need to first get the pagination (data.count), then use for loop, if you want to get all the results.

guidancespace