Why values on my React form do not update?
Might seem like a bug, it's a feature instead. The explanation goes down to... javascript! As simple as that! We're so used to javascript frameworks doing all sort of things that we forget that displaying the value of a javascript variable in the DOM has to be explicitly done, it's not a default js behaviour. When you want to push the performance and optimize your code, it makes sense to avoid doing it all the time if it's not necessary and that's what most of the js form libraries are doing: preventing unnecessary rerenders. They also all provide a simple and straightforward API to subscribe and react on changes for you to be used consciously. Watch the full playlist: https://www.youtube.com/playlist?list=PLOQjd5dsGSxInTKUWTxyqSKwZCjDIUs0Y Source code: https://github.com/Balastrong/tanstack-form-demo/tree/04-reactivity ⭐️ _______________________________ Support my work: https://github.com/sponsors/Balastrong Hit like and subscribe for more content! :D Beginner-Friendly Open Source Projects: https://github.com/DevLeonardoCommunity Join the Discord community! Here's the invite: https://discord.gg/bqwyEa6We6 You can also follow me on the other platforms: Twitter: https://twitter.com/Balastrong dev.to: https://dev.to/balastrong GitHub: https://github.com/Balastrong Home: https://leonardomontini.dev/ TikTok: https://www.tiktok.com/@balastrong Instagram: https://www.instagram.com/devbalastrong/ #tanstack #reactjs #form
Download
0 formatsNo download links available.