ykdojo/editdojo2

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.

#21 is a separate issue, but a related one.

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/

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.

Working on #23 now.

I think React is a good option for this project partly because it'll make it easier to use React Native later on.

Hopefully it'll work well with Django. I'm going to close this issue and focus on #23.