-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds a blog post on why TypeScript is using Gatsby #20814
Conversation
|
||
### TypeScript Support | ||
|
||
While not "out-of-the-box", with a little elbow grease (as of early 2020) to get comprehensive TypeScript support: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should ensure that this matches our current docs for adding TS support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you have any official docs for it, might be a good thing to work a new page from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ascorbic - he's right. We don't have official docs for adding typescript support yet. Let's run this as-is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hashimwarren Let's fix that by making TypeScript work out of the box
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But yes, not today!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. Thanks for this contribution. I fixed a few typos. This should be ready to publish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @orta 🙌
work, thanks folks |
Description
Adds a blog post after a recommendation by Dustin, which takes my more informal TS infra update and makes it a bit more cohesive and useful globally.
I'm open to feedback on content of the post, I think I found a nice way to end it
I'm currently about 20m into loading
yarn start
on the website to verify it works, if you do PR deploys then maybe that might happen sooner, so I figured I'd just make the PR