- Generic routing, generic tables and generic forms
- Custom Hooks
- Add an interface with the page data fields (Ex: IDatabase.ts)
- IUnion.ts - add the interface to the IDataUnion interface
- pagesMetaData.ts - add a page object to the pagesMetaData array
- Real site - add a server endpoint & DB data.
- Demo project - add a new data array per page to the JSON Server db.json file.
- Each data field in a page is attached meta data that tells the Generic Components about its functionality & design.
- This is configured in the FieldsData type.