Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.45 KB

index.md

File metadata and controls

36 lines (28 loc) · 1.45 KB

The API Platform Client Generator

Client Generator is the fastest way to scaffold fully featured webapps and native mobile apps from APIs supporting the Hydra format.

Screencast

Generated React and React Native Apps, Updated in Real Time

It is able to generate apps using the following frontend stacks:

Client Generator works especially well with APIs built with the API Platform framework.

Features

  • Generates high-quality ES6:
    • list view (with pagination)
    • detail view
    • creation form
    • update form
    • delete button
  • Supports to-one and to-many relations
  • Uses the appropriate input type (number, date...)
  • Client-side validation
  • Subscribes to data updates pushed by servers supporting the Mercure protocol
  • Displays server-side validation errors under the related input (if using API Platform Core)
  • Integration with Bootstrap and FontAwesome (Progressive Web Apps)
  • Integration with React Native Elements
  • Accessible to people with disabilities (ARIA support in webapps)