clarkbw / about-history

A firefox add-on with an awesome history view
Other
13 stars 7 forks source link

Use React #121

Closed erikvold closed 7 years ago

erikvold commented 9 years ago

After talking to @ZER0 and @gozala it seems like react would be best here. With react we will not only be able to replace underscore, backbone, and jQuery with a library that has far better performance (and no eval), but we will be able to rewind/fast-forward the state of about:history page so that one can watch their about:history changes over time.

erikvold commented 9 years ago

http://facebook.github.io/react/

erikvold commented 9 years ago

@clarkbw sorry for making a new suggestion every month.. this one looks best tho! does this sound ok to you?

clarkbw commented 9 years ago

Yeah, sounds great to me. I started using react in the mozillayvr/yvr-conf-free project and it probably makes the most sense for this project.

clarkbw commented 9 years ago

Doing a quick trial right now. 760cddebcb9d049da93034625111c19ea8baf539 added react.min to the code base but I might try using the react npm module ( https://www.npmjs.org/package/react ) instead.