Exploring innovation, digital culture, and the future of tech 🌐
Here to connect, learn, and share insights ✨
https://www.linkedin.com/in/thiago-lino-gomes-5812581bb
https://github.com/thiagolino8
Operators like `import()` or `super()`, which look like functions, are, as far as TS is concerned, just functions but they have their own specific usage rules
This is what MDN calls a function-like expression
Operators like `import()` or `super()`, which look like functions, are, as far as TS is concerned, just functions but they have their own specific usage rules
This is what MDN calls a function-like expression
So in total, there are at least 100 different uses of useSuspenseQuery
It's an app with a lot of data updates and derivations
Nowhere is there any fallback after the initial load
So in total, there are at least 100 different uses of useSuspenseQuery
It's an app with a lot of data updates and derivations
Nowhere is there any fallback after the initial load
Bonus: no flickering on mount
Bonus: no flickering on mount
But I'm working on an app where I need to change a state after a formAction, and it would be really helpful if I could do this:
But I'm working on an app where I need to change a state after a formAction, and it would be really helpful if I could do this:
But instead of doing this in an event, I tried to do it during rendering, using the example on the blog "You Might Not Need an Effect" as a basis
But instead of doing this in an event, I tried to do it during rendering, using the example on the blog "You Might Not Need an Effect" as a basis
This way each svg is in its own file and there is no need to add a new export every time
I believe hydration is also simpler using {@html} (not sure)
This way each svg is in its own file and there is no need to add a new export every time
I believe hydration is also simpler using {@html} (not sure)
Meanwhile, even libraries that have an official framework are still strongly recommending Vite
Meanwhile, even libraries that have an official framework are still strongly recommending Vite
I'll publish it early next year probably, after polishing it for general use.
I'll publish it early next year probably, after polishing it for general use.
There was a chasm of difference between them progressively
Nowadays, not only are they very close, but forEach is faster for most cases
jsbm.dev/lujhRyWERs8P5
There was a chasm of difference between them progressively
Nowadays, not only are they very close, but forEach is faster for most cases
jsbm.dev/lujhRyWERs8P5
Spread turns empty values into undefined, .concat() keeps empty values
Using arrays with values, .concat() is more than 6x faster
jsbm.dev/jt5bK4S7gUaqC
Spread turns empty values into undefined, .concat() keeps empty values
Using arrays with values, .concat() is more than 6x faster
jsbm.dev/jt5bK4S7gUaqC