for the longest time i've wondered why all these dev tool pages had a similar 'theme'
i couldn't find any info online since i didn't know WHAT to search for
apparently it's all just from sm called VitePress...and it's great!
When I joined Vercel from Google I was so surprised that although there are all the feature flag companies, but they don't come with an opinion about how to actually use the flags.
Today we're starting a "Flags as code" journey that integrates with every feature flag provider *and* your framework for a new kind of feature flag DX https://t.co/6Tgdiqw3ax
With React Server Components, it is possible to create static/no-JS websites.
Client don't need any of JS to run the app.
#reactjs#rsc#reactservercomponents
I wish I was taught at school at least 30% of the time how to stay healthy:
- Efficient physical exercises
- Nutrition
- Cooking
- Sugar management
- Mental health
- How to relax
>>>Published My new video<<<
Server Side Rendering Vs Client Side rendering, Comparison with production apps and how to make a React app server-rendered.
https://t.co/EYt4MJL45E
#serversiderendering#ssr#serversiderendering#csr
Next.js 13.4.8 includes improvements for compiler performance and various bug fixes.
On Vercelโ.com, this led to 1.5x faster local server startup and 54% faster updates when making changes (HMR / React Fast Refresh).
Here are the changes we've made to improve performance โ
โ Doing less work by caching or minimizing slow operations
โ Optimizing expensive file system operations
โ More incrementally traversing trees during compilation
While these updates are more about the underlying tools like bundlers and compilers, we thought it would be interesting to share some of the work weโve done.
For example, to improve the local server startup (next dev) weโve:
โ Improved the traversal of the client / server graph, removing 100ms
โ Moved unnecessary blocking synchronous calls to be lazy, removing 70ms
โ Reduced initial compilation to only need either pages or app routes instead of both, removing up to 500ms
To improve HMR / React Fast Refresh, weโve:
โ Added a shared cache for file system calls between different compilation phases
โ Optimized file resolution for deeply nested directories, improving cold compilation by 30%
โ Improved revalidation heuristic to prevent blocking the main thread, removed 1-2s on large pages
Weโve also added default configurations for popular libraries with `modularizeImports`. This ensures you donโt accidentally try to reload thousands of additional modules, typically found with icon libraries.
These performance improvements and various bug fixes are available today in 13.4.8. Our current focus remains optimizing performance and reliability, so expect more updates like this in the next release.
https://t.co/UC7d3o6kVT
Engineering is going to change forever, part 3.
I fed GPT-4-32K @babyAGI_'s code repo and asked it to write a full suite of test cases.
It does it in a matter of seconds.