io-monad / textlint-chrome-extension

textlint Chrome Extension
https://chrome.google.com/webstore/detail/textlint-proofreader/hdongmdneapmhfblomidbafplpanpdmm
GNU General Public License v3.0
50 stars 9 forks source link

Refactor views #17

Closed io-monad closed 8 years ago

io-monad commented 8 years ago

We do showing views by using jQuery but we should start to use some View library for that kind of work. Refactor the views of popup and options by using them.

Current status: Introduced React on #16 and merged it to master.