EmailThis / extension-boilerplate

⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
https://www.emailthis.me/open-source/extension-boilerplate
MIT License
3.28k stars 370 forks source link

React-Redux Support #16

Open sangwonl opened 7 years ago

sangwonl commented 7 years ago

While I've been working on supporting react-redux into extension-boilerplate, found a interesting project from react-chrome-redux. It looks very reasonable for extension architecture with react-redux.

architecture

So, I forked extension-boilerplate and put react-redux related things with react-chrome-redux and minor changes such like lint. If you're interesting of them, please check on https://github.com/sangwonl/extension-boilerplate-react-redux

sangwonl commented 7 years ago

Changes: https://github.com/EmailThis/extension-boilerplate/compare/master...sangwonl:master