Description
Time for a lovely bikeshed discussion on what exactly we should name this package!
At the moment, the repo is located under my Github (markerikson/redux-starter-kit
), and published as a scoped NPM package under my username (@acemarke/redux-starter-kit
).
I've always said that I want to turn this into an official Redux-branded package. That first means moving it to our new reduxjs
Github org, which is a no-brainer. (In fact, could probably do that any time now.)
However, there's two questions beyond that:
- What should the actual name of the package itself be?
- How should we publish it on NPM - scoped or global package name?
There's already NPM packages called redux-starter-kit
(an app boilerplate project) and redux-boost
(which is kinda similar to this package, but also does some data fetching stuff), so it looks like both of those are non-options. (Unless we were to convince the owners to give us the package names or something.)
So, I'm open to suggestions for final package naming and publishing.
/cc @nickmccurdy , @sw-yx , @matthew-gerstman, and whoever else feels like commenting.