Hey @theo! The “Safe Assignment” proposal has evolved significantly since your last video. It’s now more elegant, renamed to ECMAScript Try Operator, and substantially refined.
It’s changed a lot! I'd would value a fresh take.
I want to improve current's @kitajsorg html benchmarks.
Do you know a good frontend made in JSX i could use it to benchmark? It must be a static one: No hooks, only server side static html.
I was hand-writing a new blog post:
Building a Type-Safe Meta-Router in TypeScript: A DIY Guide
Which would explain how I created the meta programming part of @kitajsorg using the Typescript Compiler API.
Should I finish it?
For those who don't know @kitajsorg / @arthurfiorette's https://t.co/RqpdPcUWEF comes to a massive size of "Bundle size is 4.43 kB -> 1.89 kB (gzip)" according to https://t.co/l4nS03Lub0 for largely the same functionality that react-email and jsx-email were accomplishing.
The more I use libraries like @kitajsorg the more I realize the thing I like most about react is JSX and the ability to define a component tree, the rest of the syntax and primitives are not very useful especially when building apps in a SSR environment