Ethan Standel
Ethan Standel
@josh-collinsworth > While NPM downloads is one measure of growth, it's a) a very specific one; and b) not a very useful one. Too specific & less useful than an...
> As opposed to a well-made DSL like Svelte, Marko or Imba @SarcevicAntonio I feel that out-of-language DSLs like Svelte, Angular, or Vue don't really hold up. They're forced to...
@ShaunSHamilton > What I take from the sentence is Python is an Object-Oriented Programming language, unlike JavaScript. However, I have no understanding about what makes a language one of another...
Thank you for opening the PR @a2937, I have been bogged down with with work this month and haven't been very available to the OSS community.
Alternatively, does it really need to warn me if I pass a string as a root argument of `e`? That would have the same risks of passing any strings directly...
Hey, so here's a simple example! ```jsx const Button = (props) => ( ); // some place where I'm using Button, I need it to be full width on mobile...
Wait, so in that case the `className` on the last line won't work even though it's wrapped in an `e` call?
In my opinion, as long as I'm only sending it a string then that shouldn't be a problem. Seems like it would only be an issue if I passed an...