Ryan Carniato

Results 599 comments of Ryan Carniato

If anyone has any questions about the rules or details on what works well in the benchmark I'm open to answering them. I'm very familiar with this benchmark. Also specifically...

Yeah.. although I believe that brings most of the React-isms with it. It's a path. But it feels like TypeScript has been spending the last couple years trying to backtrack...

You can probably set of a declaration file that just ignores them for now like people do with .css types etc.. I haven't tried this myself for marko files but...

In the same way, React router wasn't built by React. Nothing stops anyone from picking up a common JS router and making Marko components out of it. Things like https://router5.js.org/...

So did this not go anywhere? Ignore would be useful in cases where you want inert layers in multi nested contexts. Like if you were writing a memoized mapping function...

Yeah it's super unfortunate. But if you put aside TS for a moment, and look at the current syntax it makes a lot of sense and is "better". I went...

We can update it but more info here: https://github.com/microsoft/TypeScript/issues/48267 I think I removed it thinking it was deprecated at some point because that is what TypeScript says. Looks like that...

I do have some updates here. Not completely on our way but when hydrating from the top-level document we don't ship the template. That means if you use JSX to...

Yes mostly in DOM Expressions.. It isn't anything too tricky. I just look for the `` tag. I use it here: https://github.com/ryansolid/solid-ssr-workbench although that example is a SPA and not...