Quickly create a react form

Опубликовано: 21 Март 2025
на канале: Nathan Krasney
1,394
9

Quickly create a react form using typescript interface, json schema, and react-jsonschema-form

קורסים בטייפסקריפט בעברית במבצע
https://nathankrasney.podia.com/b1c1e...


This is perfect in case you need to create a form quickly and you have a matching typescript interface.


Readme file https://gist.github.com/NathanKr/4e58...
typescript dynamic type check using an interface, json schema, and ajv -    • Typescript dynamic type check  


Sections
00:00 - Motivation
03:45 - Design consideration (Read me file)
06:00 - Quickly create a form using an interface
09:00 - Create a json-schema from an interface
11:00 - Summary