Closed philliphoff closed 8 years ago
I've been wanting to move the client in this direction for a while now, just haven't had a chance to do it. So good work on kicking this off. Just a small comment about some of the type definitions.
Resolving the conflicts may have to wait a bit, as it looks like the typings
definition server is down so I can't verify a clean build.
Not a problem.
Adds support for writing React components in TypeScript (i.e. TSX). This allows one to fully define the types of properties passed between components and therefore get and compiler help with conforming to those types.
Also refactors the Request tab as an example of using TypeScript for React.