- move to ESM only
- refactor docs: start with the problem, then the solution. go more in-depth in how pinia-generic works
- reduce ceremony (rewrite):
- combine the
create
functions - combine
defineGenericStore
anduseStore
- use parameter type inference?
- combine the