Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use React on the frontend #88

Open
panchr opened this issue Dec 16, 2017 · 0 comments
Open

Use React on the frontend #88

panchr opened this issue Dec 16, 2017 · 0 comments

Comments

@panchr
Copy link

panchr commented Dec 16, 2017

The frontend code is messy in that raw HTML is generated by JavaScript; this isn't really a good practice and is difficult to maintain.

You can largely avoid such a problem by using a framework such as React, which abstracts away the raw (and often gory) details of working with HTML/DOM and instead, lets you think in terms of components and composition, which is a much neater model.

Rewriting the frontend in React may be a large undertaking, but worth pursuing for a v2 release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant