SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Web Applications of the Future with TypeScript and GraphQL
Type systems like TypeScript are the next thing when developing JavaScript applications. They make sure that your props are passed in the correct form and shape throughout your application. Together with GraphQLs query language based on types, you can create the web application of the future!
The code can be found here https://github.com/royderks/ts-react-graphql
Type systems like TypeScript are the next thing when developing JavaScript applications. They make sure that your props are passed in the correct form and shape throughout your application. Together with GraphQLs query language based on types, you can create the web application of the future!
The code can be found here https://github.com/royderks/ts-react-graphql
13.
What do you already know
about TypeScript? .
@gethackteam
14.
TypeScript is a typed superset of
JavaScript
That compiles to plain
JavaScript
And uses the latest ECMAScript
features
@gethackteam
15.
superset. [′sü·pər‚set] (computer science)
A programming language that contains all
the features of a given language and has
been expanded or enhanced to include
other features as well.
- the internet
@gethackteam
16.
superset. [′sü·pər‚set] (computer science)
A programming language that contains all
the features of a given language and has
been expanded or enhanced to include
other features as well.
- the internet
@gethackteam
17.
TypeScript is a typed superset of
JavaScript
That compiles to plain
JavaScript
And uses the latest ECMAScript
features
@gethackteam