Generic routing, tables & forms. Custom Hooks.
- Add an interface with the page's fields (like IDatabase.ts)
- IUnion.ts - add the interface to the IDataUnion interface
- pagesMetaData.ts - add a page object to the pagesMetaData array
- db.json - add a new property with array of data objects
- - 1. SSR - implement in project (with json-server?)
- - 2. TanStack - implement in project
- - 2.1. Query
- - 2.2. Router
- - 2.3. Table
- - 2.4. Pagination, filtering, & sorting
- - 2.5. Form