WinterJS just dropped and it's faster than Bun?
Is Bun already obsolete before we even had time to test it? Release of a new JavaScript runtime even faster than Bun focused on interoperability.
Is Bun already obsolete before we even had time to test it? Release of a new JavaScript runtime even faster than Bun focused on interoperability.
And another one.. The meta-framework Waku now also uses a router based on a file architecture. Is there still a recent router for which this is not the case.. ?
Have you always wanted to understand how state management libraries work? Here's a tutorial on useSyncExternalStore, the hook that allows external stores.
Why and how to use your URLs as state managers.
Explanation of optimistic updates and the new useOptimistic hook in Next.js to update our data as soon as a form is submitted.
When and how to use (or not) the React useEffect hook. Inspired by the React guide "You might not need an effect".
Because we haven't talked about tests yet today, here's a tutorial on setting up and using Vitest to test custom hooks.
A goldmine for understanding and optimizing our component tests. A must-read.
Why install tanstack query, tanstack router, tanstack form, tanstack table, tanstack graph.. when you can directly install the tanstack framework? Just released and it is already the framework to follow in 2024.
A brief overview of the different ways to style CSS in a React project and opinions on each.
Performance improvements (up to 10 times faster) by rewriting part of the framework in Rust, over 35% reduction in package size by dropping PostCSS for a custom parser reducing parsing time by half.
Storybook version 8 introduces many new features: React Server Components, faster test builds, Vite & Vitest support, UI optimizations, and better responsiveness.
Why have we reached React Server Components (RSC) in React 19? It starts with a reminder of the concepts of SSG / SSR / CSR / SPA to explain the need for RSC.
Criticism of some choices made by Next.js that degrade the development experience on the framework. Apart from the examples mentioned, it is important to note that Next.js is based on still experimental principles.
Understanding SSR in Next.js, how caching works, and how to disable it to make a page dynamic.
Description of layouts and comparison of their usage under react-router, Next.js & Astro.
Writing JavaScript without using JavaScript? A new tool for haters that allows you to compile this new language into JS. The syntax looks quite appealing and the documentation is super well done.
(re)Discover how to manage your forms without client-side JavaScript. The 90s are back!
Discover the shift from Express.js to Bun and Hono, showcasing the motivations and advantages of this transition. Delve into how Bun and Hono enhance backend development, offering improved efficiency and performance for a smoother workflow.
Astro introduces a new database hosting solution, based on SQLite & Turso. Installation and usage are extremely simple under Astro with a free tier limited to 1GB of data, 1 billion read operations, and 1 million write operations.
This video delves into the rising popularity of Astro as a favored option in 2024, emphasizing its streamlined development process and user-friendly features. It outlines how Astro simplifies web development with its straightforward setup and functionality, making it a standout choice for developers.
Angular just announced at the NG conference that the framework is merging with Wiz (Google's internal framework). Many efforts are also focused on AI (chatbot in the documentation, CLI capable of generating complete components..).