forked from oyd/ozgurkon-2020-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
656 B
656 B
key | title | id | language | format | tags | level | speakers | videoId | presentation | draft |
---|---|---|---|---|---|---|---|---|---|---|
rust_as_a_high_level_langage | Rust as a High-Level Langage | PjQDGsFIQoo1By4Ogv3q | English | conference | [_languages] | beginner | [aleksey_kladov] | <nil> | <nil> | false |
If the new React Context API and Suspense killed Redux (they didn't), surely Hooks kill the need for a form library, right? Well, not exactly. Managing form state is more than just holding your current values in state; it's about sync and async validation errors, and much more! But that doesn't mean that Hooks are irrelevant to the situation. Hooks make building forms in React easier than ever before.