Designing SolidJS: JSX

added by JavaScript Kicks
12/9/2019 8:45:39 AM

336 Views

JSX offers something really useful here. A predefined AST syntax that was standardized and compatible with existing tools. So now it was just a matter of handling the things that you take for granted with string templates. Pretty early on I made the decision to use Proxies as the primary state objects.


0 comments