-
Notifications
You must be signed in to change notification settings - Fork 31
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
Tracking issue: react-ification #128
Comments
Refactorings for when initial work is done:
|
@nrc any plans to rid of jquery? Maybe I'm missing something, but as far as I can see it's used just for DOM manipulations + ajax call. DOM manipulations should be done by React. As for ajax calls, for me it makes sense to use some of Also I didn't find any other dependencies you use which would depend on jquery. |
I would like to do this, and I've been removing bits as I go, but it has not been high priority. It would be great to remove the dependency. I'm not sure what is left, I don't think there are that many DOM interactions, and probably nothing that can't be replaced with native equivalents or React. I'd be happy to use fetch natively - I don't think we need to accommodate people on older browsers. Alternatively, we could use XMLHttpRequest - I don't think it is much harder than |
Convert to using React
optimise (seems to be dog slow atm)The text was updated successfully, but these errors were encountered: