The TSRX team has been hard at work listening to feedback, criticism, and ideas.
TSRX is now nearly fully backward-compatible with JSX. Instead of being statement-based, it’s expression-based, just like JSX.
tsrx.dev/blog/rethink...
It provides the `component` keywords, JS control flow, JSX as statements (and expressions too), lazy destructuring and scoped styling via `<style>`
It even allows for condition React Hook usage.
Contributions and bug reports are welcome!
I'm excited to share that I’ll be joining OpenAI next month as a Member of Technical Staff. 🎉
I'll be joining the ChatGPT Web Infrastructure team in London.
The TSRX team have listened to feedback and have made some important design changes to TSRX.
We’ve removed the component keyword, and other parts that felt too magical and aligned TSRX more closely with JSX in how it’s consumed.
tsrx.dev/blog/simplif...