Nothing here yet.
Nothing here yet.
No blogs yet.
This is the links I think who can help you getting an app done in react-native. Remember for learning react-native you need to know React and his ecosystem. After that, almost 50% to 60% of the job is done, the rest gonna learning specific platform api. https://www.udemy.com/the-complete-react-native-and-redux-course https://www.udemy.com/react-native-advanced A bit of react also with redux here https://www.udemy.com/react-redux This book for react https://www.robinwieruch.de/the-road-to-learn-react/ All his website have lot of react content https://www.robinwieruch.de/ Free course https://learn.handlebarlabs.com/p/react-native-basics-build-a-currency-converter I also have a youtube channel where I do small little clone of some website like twitter or instagram. Twitter Clone: https://www.youtube.com/playlist?list=PLzQWIQOqeUSM51q7ZIqvDQ-Myp58IVPEN Instagram Clone: https://www.youtube.com/playlist?list=PLzQWIQOqeUSOu74jGJMRH06gneM3wL82Z Hope that can help you. Also I have this repos where I keep track of all the link he took me to learn react, react-native, redux etc https://github.com/EQuimper/All-About-Programming
For the deleted file with the red background, I dont think this is possible, but if you want to deleted the file remotely you need to run git rm pathtoourfilehere git add . git commit - m 'Delete my file' git push `
Build with the author. At the end of each video, take a break and look back what you did on each section. After the project is finish, build other features on top of this project. This way, you can still learn a lot, but you dont start from scratch. When you feel you grasp what the authors try to show to you, build something else with the same stack of technologie.
Building project is the way to go, find something simple first and put all of them together. Example, build a todo list in react who fetch the JSON from a python rest api. When is done, try to put more feature like category etc and continue to put code on top of that. After create a second simple project with both. After this one, trust me that gonna start to make a lot of sense. Python for me look a lot like Javascript, and React is all about JS so dont worry, they gonna be not that hard to be able to work with them together. BUT remember, build stuff, build stuff and build stuff.