Stitches v1 is here! 🥳
- Significantly faster types.
- Lots of performance improvements and bug fixes.
- Used in production by tons of awesome companies.
Website: stitches.dev
Migration: stitches.dev/blog/migrating-…
#ReactFinland 2021 (30.08-03.09) will be filled with content. Highlights:
* Free to participate in the YouTube stream
* Six workshops (one free)
* ~40 speakers
* Vodcast format (1.5h themed sessions with three speakers each)
More info: buff.ly/3x6Sgjb
An under-appreciated feature of ES Modules (proper ones that browser can import natively) is that the code also becomes data that can be queried and analysed. This enables clever applications like given a URL of a module generate documentation for it doc.deno.land/#esm
#ReactFinland 2021 will take place 30.08-03.09.
Highlights:
* Hybrid, two days of workshops, three days of vodcasts
* Smaller live events in parallel as possible
* 2020 tickets moved to 2022
More info and CFP at react-finland.fi/blog/react-….
Our next major release is React 18. It will include out-of-the-box improvements like automatic batching, new APIs like startTransition, and a new streaming server renderer with built-in support for React.lazy.
reactjs.org/blog/2021/06/08/…
v1.9.0 is released:
- HTTP/2 server support via Hyper
- Faster calls into Rust with serde_v8
- Blob URL support
- import completions in the LSP
- allow lists for allow-env and allow-run
- ALPN support in the TLS server
Release notes: deno.com/blog/v1.9
Great 2KB tree-shakeable alternative to React Helmet, Hoofd by @JoviDeC. Exposes a bunch of hooks to manage title, meta tags, link tags and what not.
Seriously, check it out
github.com/JoviDeCroock/hoof…
A while ago we quietly shipped a strongly-typed i18n framework with first-class React bindings. We found existing solutions to be a bit too dynamic and difficult to optimise. If you've felt the same way, you should definitely check it out. github.com/seek-oss/vocab
🎉 Happy to announce the initial stable release of valtio, a proxy-state library for @ReactJS.
GitHub 👉 github.com/pmndrs/valtio 💊
Please feel free to open issues / discussions for questions.