DEV Community

Matt
Matt

Posted on

Flow / Typescript Article Series Idea

I've been mulling over a comprehensive guide to Flow / Typescript. There's plenty of great resources, but all of the documentation I've seen is very fragmented (even official docs)

I think something that went over:

  • differences between flow / typescript
  • ways that they can break (fundamental language issues, etc)
  • how to work with 3rd party code
  • specific use cases like with relay (graphql), redux, higher order components, etc
  • common pitfalls
  • developer tooling
  • code coverage
  • how to ramp up team members to the tech and pitfalls I've seen with introducing this to teams

Has anyone seen anything like this, and if not, would it be appreciated?

Thanks!

Top comments (0)