https://github.com/jantimon
it took me some time to test all cases manually and migrated them to playwright - but it behaves exactly as you described
github.com/jantimon/rea...
I also ran the playwright tests with react-compiler and the results were quite impressive
it took me some time to test all cases manually and migrated them to playwright - but it behaves exactly as you described
github.com/jantimon/rea...
I also ran the playwright tests with react-compiler and the results were quite impressive
but in the second example the state is NOT RENDERED and DOES force suspense boundary into its fallback
both the isPending and the count state changed - but only one forces suspense boundary fallbacks
😵💫
but in the second example the state is NOT RENDERED and DOES force suspense boundary into its fallback
both the isPending and the count state changed - but only one forces suspense boundary fallbacks
😵💫
it shows that useDeferredValue has no effect at all and causes the Suspense barrier to render its fallback
for me this does not match the documentation which says "useDeferredValue is a React Hook that lets you defer updating a part of the UI"
it shows that useDeferredValue has no effect at all and causes the Suspense barrier to render its fallback
for me this does not match the documentation which says "useDeferredValue is a React Hook that lets you defer updating a part of the UI"
This is a component inside memo and I don't understand why its render function is called 30+ times in this example
stackblitz.com/edit/vitejs-...
Are there any docs which explain this behaviour?
This is a component inside memo and I don't understand why its render function is called 30+ times in this example
stackblitz.com/edit/vitejs-...
Are there any docs which explain this behaviour?
My problem was that I didn't know what I didn't know and where to start when Suspense caused CLS
For example the docs say "non-blocking Transition update" - does that mean there are blocking Transition updates too?
Maybe I was just confused by AI 😄
My problem was that I didn't know what I didn't know and where to start when Suspense caused CLS
For example the docs say "non-blocking Transition update" - does that mean there are blocking Transition updates too?
Maybe I was just confused by AI 😄
we would love to use it but it feels like an abandoned feature
do you think it might become stable by 2025 or 2026?
we would love to use it but it feels like an abandoned feature
do you think it might become stable by 2025 or 2026?
so you can keep writing ordinary css
it only imports the css - so you could still configure your bundler to split or combine the css as you wish
simple example
so you can keep writing ordinary css
it only imports the css - so you could still configure your bundler to split or combine the css as you wish
simple example
there it is ~400ms extra compilation time
there it is ~400ms extra compilation time
would that help with your pain points?
would that help with your pain points?
e.g. useState gives access to the prev value and allows to merge states (example)
this is possible in every framework and probably also for web components
my question is rather about hydration order and bundle splitting - could a context be downloader after a child?
e.g. useState gives access to the prev value and allows to merge states (example)
this is possible in every framework and probably also for web components
my question is rather about hydration order and bundle splitting - could a context be downloader after a child?
a while ago I built a performance test because of real world performance issues we saw for android budget phones
and you can see that for a large dom setting a css variable causes a slow INP
next-yak-benchmark.vercel.app/styled
a while ago I built a performance test because of real world performance issues we saw for android budget phones
and you can see that for a large dom setting a css variable causes a slow INP
next-yak-benchmark.vercel.app/styled
Could we please add the same for Lightning CSS?
github.com/parcel-bundl...
Could we please add the same for Lightning CSS?
github.com/parcel-bundl...
(our 🦀 rust based 💅 styled-components to css compiler)
with a neat performance improvements thanks to React 19
(our 🦀 rust based 💅 styled-components to css compiler)
with a neat performance improvements thanks to React 19
github.com/webpack/webp...
If you have any insights about this topic please let me know
github.com/webpack/webp...
If you have any insights about this topic please let me know