Dan Jutan
Dan Jutan
Would love to see this merged. Happy to edit/write documentation if that would help.
Hey, feel free to ask any questions here or by email.
I question how useful the table is altogether if the goal is to help people learn `.astro` coming from JSX. _Is_ that the goal in this section? Let's define one...
In that case, is it worth detailing the nuances of JSX syntax across frameworks if the focus in on `.astro`? It may be that JSX does deserve that focus because,...
A relevant but separate point: One annoyance I had that we can improve with the table is the long duplicated expressions. I found myself instinctually reading both instances of `{items.map(item...
@sarah11918 for next steps would you agree with: 1. redefining the purpose of this section to _both_ explain `.astro` _and_ `.jsx`, using their similarities and differences to further that goal...
Agreed! See you there and on future issues!
Waiting on [this issue](https://github.com/withastro/compiler/issues/506), then will document as a use case for `Astro.slots.render` in the reference docs. There's a bit of an API design rough edge here. Normally, you'd only...
Would appreciate this as a toggleable thing!
@delucis and @kevinzunigacuellar both liked the GitHub file routes example, and even though it isn't "a real example", it illustrates the combination of rest parameters with other named parameters really...