Of the many, many tutorials I watched related to parsing JSON and React .. yours was the only one that worked for me, and also had the least amount of code. High five your way!
@leonkan89724 жыл бұрын
Thank you Max!! This vid rlly saves my life!!! I've been spending two days to figure this out...
@PraxizC6 жыл бұрын
Finally a tutorial that actually works!
@priyankashinde14243 жыл бұрын
thank you so much buddy this code works exactly I want which also save my time :)
@paulaalarcon83475 жыл бұрын
hi, i'm sorry if this question is too dumb but i really need to know how can i render multiple api pages in react. i mean, if the response has a next page, how can i render the information that is in the that other page?
@NattapongPUN7 жыл бұрын
Keep doing, This is a great combination between Django and React . Thank you so much
@albertcalamatta4294 жыл бұрын
Great clear video, keep it up!
@isabellaqiao34723 жыл бұрын
Thank you this is so helpful!
@ashbash9866 жыл бұрын
I'm learning react and tried to use this code to map over an array from a json file, but the console says map is not a function. Does anyone know what adjustments I'd need to make?
@ashbash9866 жыл бұрын
The problem lies in setState being set to an object I think
@TheRoTtEnJaLaPeNo6 жыл бұрын
Make sure the item you are trying to map is an array or else it will not work.
@tamjidsongram49417 жыл бұрын
thank you so much.... i am learning your django... love your work....
@cesarsotelo21765 жыл бұрын
Hi Max, can you please help me, I view error on console, the messagge is has been blocked by CORS policy:, I can not resolve this issues.
@beetfeater6 жыл бұрын
only work looping elements getItems(){ fetch('notes',{method:'GET'}).then(results => results.json()) .then(data => this.setState({ name: data.map((x) => ({ nombre: x.name })) }) ) .catch(err=>{console.log("--error--"+err)}); }
@sheikhsalman087 жыл бұрын
Hi max thanks for your great effort. I just have one question Do i need to learn React.js before i start this project with you causei don't even know basics of React. Also why you are uploading so late each video we keep waiting for you.. Please come back fast.