|
|
|
|
|
by 48309248302
1828 days ago
|
|
> Gatsby can use TS, but you need to set it up I'm not sure how long ago you tried Gatsby, but TypeScript doesn't require setup anymore. Just change the file extensions to .tsx/.ts and it works. It also does incremental builds. Gatsby handles pages in src/pages the same way except it doesn't use placeholders in the filenames. You generate dynamic pages by writing a function. Check out these videos. https://egghead.io/courses/why-gatsby-uses-graphql-1c319a1c |
|
I guess it's been longer than I thought! Incremental builds wasn't even on the roadmap when we migrated.