-
Notifications
You must be signed in to change notification settings - Fork 3
Description
In the beginnings, we conceived git-easy as tiny side project created to probably solve a problem. Because of this, we tried to make the development process as easy as possible. Since that time, git-easy has become an essential tool in our development workflow. We have so many ideas we want to implement but we're currently limited by our technologies choices from the beginning.
We should use this issue as a place to discuss where are we heading to.
My proposal is to re-implement our ui with React or Preact (since most of the collaborators are familiarized with React and the bridge between them is not too large) using redux to manage the state. We can continue using css (rather than a css processor or css-in-js) if we want to keep the project simple for beginners (we don't have that much css) but the implementation of a strong front-end framework facilitates the future development of features by a lot (IMHO).