🚀 React Spectrum and React Aria releases are out!
🖥 SSR support is here, including Next.js and Gatsby! 🎉
✅ New CheckboxGroup component
📱 Better device detection in Menu and Picker
🎚 Improved Slider drag handling
🐛 Many bugfixes and improvements!
react-spectrum.adobe.com/rel…
Made a basic IntersectionObserver visual debugger.
To use it you need to include this script:
<script src="https://unpkg .com/intersection-observer-debugger"></script>
That's all.
Repo: github.com/pomber/intersecti…
🚀 Excited to launch the first of many future tools on statecharts.io: the XState Inspector!
Visualize and control any machine in your apps, regardless of framework, in real-time.
Integrate it with one line of code.
▶️ statecharts.io
Published this React component to npm today: github.com/pomber/react-fit-….
It scales the content depending on the viewport size (also works with SSR).
Tune in today at the #ReactFinland mini-conference about state management.
Follow the stream at youtube.com/watch?v=CFe6rMUx… starting from ~17:30 Finnish time to make it to the intro and the first talk.
For anyone in the need of webpack references, i would definitely check out @bebraw website (@survivejs ) which has amazing tutorials, for almost everything you would need!
survivejs.com/webpack
ALT TypeScript 4.0 brings variadic tuples, labeled tuple elements, class property inference, new assignment operators, safer exception handling with 'unknown' in catch clauses, custom JSX factories, some great editor improvements, and more!
TypeGraphQL 1.0 🚀
dev.to/michallytek/announcin…
Amazing 2 years spent on filling the gap between TypeScript and GraphQL. Now it's the time for the first stable release. All of this wouldn't be possible without the amazing support from the community and all the sponsors ♥️
I might have written a prototype for a truly zero runtime CSS-in-JS library⚡️
- ✅ Extract CSS (like the others duh!)
- 🚀 Remove CSS-in-JS function call overhead
- 🙌 Leads to way smaller code
Essentially it converts styled elements straight up DOM nodes.