@joakimbeng@vegeta897 It is true that most frameworks support interpolation for style attributes, but they do not promote it!
My assumption is that they want to dissuade you from using interpolation for styles due to it being more flakey.
As for the colon: that is the beauty of choice!
@kentcdodds I once asked a core member if the “search albums” example on this page:
https://t.co/uGp2B4KjZX
Should have used useTransition due to the useState and the answer was “maybe yes”
@kentcdodds Use useTransition whenever possible and use useDeferredValue whenever you consume something you do not control. The out of your control part is why useDeferredValue exists.
Say hello to cross-browser and cross-platform testing!
Polypane 18 introduces Polypane Portal: With Portal you can share your localhost with any device while keeping everything in sync with your actions in Polypane.
It feels like magic to use.
Maandag 4 september organiseren we weer een Zoetermeer Tech Night in de @DIF079 met leuke presentaties van o.a. @MrHus en @kilianvalkhof
https://t.co/j3eA9ZUOBz
@housecor@francoxavier33 Because you can still make mistakes on the server, as we are still only human. Having a non iterable ID in that scenario limits the data the attacker can extract.