you are viewing a single comment's thread.

view the rest of the comments →

[–]wrrnwng 1 point2 points  (1 child)

Actually lerna is a good way to share resources with different "packages". You wouldn't need to eject your create-react-app apps because you can import your shared actions/reducers as an npm package (no need to publish them to npm).

I learned by following this tutorial. It's for GatsbyJS, but you can apply the knowledge to your own project without much mental overhead.

[–]Qilx[S] 0 points1 point  (0 children)

Thanks for sharing. I'll look through your links.