create-client
create-client copied to clipboard
Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
TypeScript should be the default for all the generators.
For React generator only. Use Context API instead of Redux. Or maybe Redux Toolkit. Use React Hook Form instead of Redux Form. Upgrade React Router. Use hooks.
Nested resources should not be normalized when fetched but instead the id should only be used at the last time possible.
Mercure implementations should: - retrieve the hub URL from the response - subscribe all topics in the same event source in the list (not the case in the Next.js implementation)...
Currently SSR does not take into account the pagination: the generated HTML after the first page is wrong. It should take into account the `page` query parameter to render the...
For the Next.js generator only. Formik [is not actively maintained anymore](https://github.com/jaredpalmer/formik/issues/3601). We should replace it with [React Hook Form](https://github.com/react-hook-form/react-hook-form), the best alternative.
**API Platform version(s) affected**: 3.2.11 **Description** If an entity contains a manytoone relation, the pwa/component/nameOfEntity/list.tsx generate by Next gen contains error I have two entity : Entreprise and Meet. **Class...
**API Platform version(s) affected**: x.y.z "api-platform/core": "^3.2@beta", **Description** `{ api: Api { entrypoint: 'http://localhost', resources: [] }, error: TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11600:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { cause: Error:...