create-client
create-client copied to clipboard
Discuss and vote for new features ✅
This project is great 🔥 But if it will be somehow extensible (through plugin system for example) it will became more popular.
For example
npx generate-api-platform-client http://my-api.com src --generator=react --view-plugins=react-jsonschema-form --state-plugins=react-mobx
So, instead redux-form and plain html markup we can use
- react-jsonschema-form 5506 ⭐️ on github and 15000+ weekly installs on npm
- formik ~1200⭐️ and ~8000 install
Insteat redux itself:
- mobx over 17k⭐️, over 100k weekly installs
- and others (mobx-state-tree ~4k⭐️, over 8k install), easy-peasy - new react's hooks based implementation of redux
Please, vote for some of above or post you opinion 🙌
@strobox I'm ok to add support for these libraries as long as it's done in a modular and maintainable way. PRs welcome.