API Platform Client Generator is a generator to scaffold app with Create-Retrieve-Update-Delete features for any API exposing a Hydra or OpenAPI documentation for:
- Next.js
- Nuxt.js
- Quasar Framework
- React/Redux
- React Native
- TypeScript Interfaces
- Vue.js
- Vuetify.js
Works especially well with APIs built with the API Platform framework.
This branch holds an adapted version of React Generator based on the Tutorial chapter 3 react branch. It is based on an older version of the client generator (0.7.3) and is not updated because it is too much work to update all react branches of the tutorial. For the next branch a specific branch of this client generator is available that has been updated.
It scaffolds an Internationalized and Localized React.js (and Next.js) application that uses React Intl. In addition to the templates from the tutorial this generator also generates the necessary common components, utils and message files.
See the readme of the tutorial chapter 3 react branch for usage, how to adapt your client app for React Intl, features and design choices. For an example of the resulting code see the corresponding chapter 4 branches of the tutorial.
Mercure support disabled because of type errors in mercure.js from main branch