Tiqa / redux-polyglot

Polyglot.js bindings for Redux
MIT License
58 stars 13 forks source link

Monorepo #59

Open JalilArfaoui opened 7 years ago

JalilArfaoui commented 7 years ago

Restructure the repo so that is contains 2 subfolders : redux-polyglot and react-redux-polyglot

guillaumearm commented 7 years ago

I'm ok with this but i would like to find a solution for npm install either.

guillaumearm commented 7 years ago

as we discussed :

/src
/package.json
/addons
  /react-redux-polyglot
    /src
    /package.json

please see #37 for more details.

JalilArfaoui commented 7 years ago

As we discussed : without dist folder

JalilArfaoui commented 7 years ago

I began refactoring accordingly : https://github.com/Tiqa/redux-polyglot/tree/feat/multi_module_refacto WIP, I will continue tomorrow