astro-reactive-form/demo
Fazza Razaq Amiarso 2fd25b7d93
feat: initial form control state (#60)
* Form control tries

* feat: implement form-control state

* fix: organize client methods

* fix(client): return undefined instead of throwing error

* fix: fix exports and lint

* fix: Change implementation of setting isPristine with proxy
2022-10-07 07:35:01 +02:00
..
.vscode initial demo app 2022-10-01 13:07:05 +02:00
public initial demo app 2022-10-01 13:07:05 +02:00
src feat: initial form control state (#60) 2022-10-07 07:35:01 +02:00
astro.config.mjs initial demo app 2022-10-01 13:07:05 +02:00
package.json fix: main branch tests 2022-10-04 16:12:19 +02:00
README.md chore: update project command scripts 2022-10-04 14:30:00 +02:00
tsconfig.json initial demo app 2022-10-01 13:07:05 +02:00

Demo App for Astro Reactive Form 🔥

To start the app:

  1. npm i
  2. npm start