📜 How to Build a Custom React Renderer: Using the
react-reconciler package to build a video composition software.Medium
How to Build a Custom React Renderer?
Explore essentials of building your own React renderer, including key steps, implementation details, and tips for integrating with your…
📦 React Router 7.6 - new routeDiscovery option: New config option introduced granting more control over the Lazy Route Discovery feature.
GitHub
react-router/CHANGELOG.md at main · remix-run/react-router
Declarative routing for React. Contribute to remix-run/react-router development by creating an account on GitHub.
🎥 Matt Pocock - Arrays, objects... now composites?: The exciting JS proposal that replaces Records and Tuples.
YouTube
Arrays, objects... now ‘composites’?
00:00 Intro
00:37 The Problem
02:28 The Hacky Solution
03:30 Records & Tuples
06:13 Composites
My TypeScript course is 30% off right now: https://www.totaltypenoscript.com
The Composites Proposal: https://github.com/tc39/proposal-composites
Ashley Claymore:…
00:37 The Problem
02:28 The Hacky Solution
03:30 Records & Tuples
06:13 Composites
My TypeScript course is 30% off right now: https://www.totaltypenoscript.com
The Composites Proposal: https://github.com/tc39/proposal-composites
Ashley Claymore:…
📜 Introducing Rslib: Build library with Rspack: Developed by ByteDance Web Infra Team, Rslib is a library that aims to be an ideal library development tool that is easy to configure, offers comprehensive features, leverages a shared ecosystem with application building, and prioritizes performance.
rslib.rs
Rslib: Build library with Rspack - Rslib
The Rsbuild-based library development tool
📜 shape(): A New Powerful Drawing Syntax in CSS: A new function of clip-path is now supported, which lets you to clip your element using arbitrary and responsive shapes.
Frontend Masters
shape(): A New Powerful Drawing Syntax in CSS
I first saw in the Safari 18.4 release notes that shape(), a new function is now supported. Then I saw on MDN it’s actually already in Chrome, too!
👀 React Core PR - createStore() skeleton API: Initial scaffolding work to implement the Concurrent Stores feature mentioned in the latest React Labs update. There’s no implementation yet, but I still find it interesting to check the signature/types of this upcoming API that should support both ad-hoc state updates and the reducer/actions pattern. What strikes me the most is that you can’t access the store value directly, apart from using the
use(store) API, and this totally makes sense in a concurrent world. Remember, this is a work in progress, and things may change.GitHub
Skeleton for store by rickhanlonii · Pull Request #33215 · facebook/react
Note: This doesn't do anything yet. Just sets up some of the skeleton, feature flags, and test files.
Conceptually there's an API to create a store, and then you can read the value ...
Conceptually there's an API to create a store, and then you can read the value ...
👍1