-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Dunno if this is right place to write down, but i created a package called nuclear-module to act as a glue to bind each part of a nuclear-js module.
Module pattern is already shown as best practice in the docs, i've been creating different modules with the same boilerplate already. So i created it: https://github.com/usirin/nuclear-module and published to the npm under nuclear-module.
It is mainly how I, and my colleagues in my company, write down nuclear-js modules. It expects you to write your store handlers and actions in a slightly different way.
Disclaimer: By no means I am saying this should be the way to go, but i am simply asking feedback from the community.
As a community, we can take action to come up with a defacto solution for exporting nuclear-js modules, which can be a foundation for community-driven modules.