Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

jbhoot/poc-form-experiment-ts

Repository files navigation

NOTE: Deprecated in favour of https://github.com/jyshb/poc-frp-rxjs-form/

Why? Elm-style architecture and form doesn't scale well. Or the boilerplate scales along as much as the app itself.

FRP (SodiumFRP style) seems like a saner solution.


submit_button -> toEntity(formFields) -> Errors? -> filterErrorsUntilCurrentSection() -> return { status: 'Fixing', fields, errors: {} } inputChange -> if state "Fixing" -then-> toEntity(formFields) -> Errors? -> ... -else-> return {state: 'Filling', fields, errors: {}}

About

Experiments on modelling a web form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published