Why values on my React form do not update?

Опубликовано: 27 Август 2024
на канале: Dev Leonardo
2,048
58

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:    • TanStack Form Tutorial  
Source code: https://github.com/Balastrong/tanstac... ⭐️

_______________________________
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:   / discord  

You can also follow me on the other platforms:
Twitter:   / balastrong  
dev.to: https://dev.to/balastrong
GitHub: https://github.com/Balastrong
Home: https://leonardomontini.dev/
TikTok:   / balastrong  
Instagram:   / devbalastrong  

#tanstack #reactjs #form