Ok, just _one more_ TypeScript 4.1 experiment:
Reimplementation of document.querySelector() but this version parses complex CSS queries and infers the correct return type 🔥
Get the code: bit.ly/2RLEBvU
I wrote a SQL database engine purely using @typescript's new template literal type annotations. Supports SELECT (with joins!), INSERT, UPDATE, DELETE etc.
maybe it's too late and i'm not thinking straight, but rn it feels like low hanging fruit. hooks, suspense, concurrency isn't cross platform or hard to bring to node? think again ... github.com/react-spring/reac…
📢 Today I am open sourcing ✨ ₪ xm ✨ a tiny compiler for HTML that adds support for
imports
slots & fills
a portal to markdown
🔗 giuseppeg.github.io/xm
⌨️ npm i -g xm && xm dev
ALT a snippet of HTML with import, fill and markdown tags
Alrighty then.. here is the first project I have for y'all since taking a break. I'm pretty excited about this one!
🌊💨 github.com/lukejacksonn/ocea…
> Compiles tailwind shorthand into css at runtime
All the styles for 7.2kb ✨
ALT Oceanwind responsive styles being demonstrated by resizing the browser
we are releasing JŌTAI today github.com/react-spring/jota… 🎉 this is @dai_shi 's take of the atomic state model. quite similar to recoil but focusses on a small api surface w/ simpler albeit equally powerful atoms and derived state. jōtai is 100% ready for concurrent mode and suspense