Decide what (if any) front-end library to use (web)
ykdojo opened this issue · 12 comments
React, Vue, or Angular?
After deciding this, we'll need to figure out how easy it is to integrate it with Django.
Just read a few articles about React Native - links in #21.
It seems like there's a significant chance that we'll be able to reuse much of the code from React for React Native if we decide to go with React.
TODO next: Go through a tutorial on React Native and see how we might be able to implement #19. Then, see how we can do the same thing on React Web.
I skimmed through this: https://facebook.github.io/react-native/docs/getting-started
I'm thinking of following this next: https://makeitopen.com/
This look interesting, but I'm not sure if it's good: https://shoutem.github.io/
Also, I was thinking of getting this course: https://www.udemy.com/react-native-the-practical-guide/?ranMID=39197&ranEAID=jU79Zysihs4&ranSiteID=jU79Zysihs4-.OQ8cLDEGB72uMW04fNqqA&LSNPUBID=jU79Zysihs4
Reading this article next: https://blog.expo.io/using-react-native-ui-toolkits-with-exponent-3993434caf66
TODO next: Play around with this library: https://reactnavigation.org/en/
Note to self: This might be a good place to start. https://docs.expo.io/versions/latest/react-native/navigation
Done. I'm going to take a look at this next: https://github.com/ReactTraining/react-router
And then, I'll look into how to use React with Django.