mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
Convert TypeScript schemas to JSON with compute functions
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -524,7 +524,7 @@ events: [{
|
||||
|
||||
## Example: Complete Todo App
|
||||
|
||||
See `/src/schemas/page-schemas.ts` for a full working example with:
|
||||
See `/src/schemas/todo-list.json` for a full working example with:
|
||||
- KV persistence
|
||||
- Computed statistics
|
||||
- CRUD operations
|
||||
@@ -577,7 +577,9 @@ See `/src/schemas/page-schemas.ts` for a full working example with:
|
||||
## Resources
|
||||
|
||||
- **Type Definitions**: `/src/types/json-ui.ts`
|
||||
- **Page Schemas**: `/src/schemas/page-schemas.ts`
|
||||
- **JSON Schemas**: `/src/schemas/*.json`
|
||||
- **Compute Functions**: `/src/schemas/compute-functions.ts`
|
||||
- **Schema Loader**: `/src/schemas/schema-loader.ts`
|
||||
- **Custom Hooks**: `/src/hooks/data/` and `/src/hooks/ui/`
|
||||
- **Atomic Components**: `/src/components/atoms/`
|
||||
- **Component Registry**: `/src/lib/json-ui/component-registry.ts`
|
||||
|
||||
Reference in New Issue
Block a user