AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
JSX as a Templating Language for Solid?
JSX was something I didn't get to right away. It was there by the time I opened source the library, but I was very much like on other kind of custom templating systems because that's what I was used to. What JSX brought was better than I could have expected. Like this is a composability of being able to like have a component just be anything and being able to insert it anywhere opens up a whole different realm of types of patterns. The only thing apparently we can't do is punting where you use the same variable name as a shorthand.