You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying out 11ty after ignoring the JavaScript ecosystem for years.
It seems like the TypeScript adoption story is coming along nicely for everything, a lot of the tooling is being rewritten in static languages like Rust and Go for extra speed and reliability (not getting a million cryptic errors the instant I touch a JavaScript tool is so nice!), so I thought it might be time to give the frontend ecosystem another look.
Unfortunately the 11ty support for TypeScript is pretty lackluster (.d.ts files coming eventually, probably...), so I was really excited to find this project, which made it really easy to understand how the pieces fit together for using JSX and TypeScript instead of the old text-based templating languages I'm used to.
Thanks so much for creating this resource!! The step-by-step style in the README.md was really helpful for walking me through each piece of the project.
(Please close this issue when you see it 😄)
The text was updated successfully, but these errors were encountered:
Hey, I'm trying out 11ty after ignoring the JavaScript ecosystem for years.
It seems like the TypeScript adoption story is coming along nicely for everything, a lot of the tooling is being rewritten in static languages like Rust and Go for extra speed and reliability (not getting a million cryptic errors the instant I touch a JavaScript tool is so nice!), so I thought it might be time to give the frontend ecosystem another look.
Unfortunately the 11ty support for TypeScript is pretty lackluster (
.d.ts
files coming eventually, probably...), so I was really excited to find this project, which made it really easy to understand how the pieces fit together for using JSX and TypeScript instead of the old text-based templating languages I'm used to.Thanks so much for creating this resource!! The step-by-step style in the README.md was really helpful for walking me through each piece of the project.
(Please close this issue when you see it 😄)
The text was updated successfully, but these errors were encountered: