Hello React and TypeScript
  • Introduction
  • Hello World Sample Code
    • Setting Up Samples
    • Component Basics
    • Components in Separate Files
    • Component Props and State
    • Component Interactivity
    • Accept User Input
    • Component Composition
    • Define Props and State Types
    • Form Input Types
  • Development Environment
    • IDE
    • Package Management
    • TypeScript Environment
    • Testing
    • Automation
  • React
  • TypeScript
  • TypeScript and React
  • References
  • Glossary
Powered by GitBook
On this page

Was this helpful?

References

PreviousTypeScript and ReactNextGlossary

Last updated 5 years ago

Was this helpful?

  1. React Documentation by Facebook -

  2. React’s diff algorithm by Christopher Chedeau -

  3. React.js Conf 2015 by Facebook -

  4. TypeScript Handbook by Microsoft -

  5. TypeScript Deep Dive by Basarat Ali Syed -

https://facebook.github.io/react/docs/getting-started.html
http://calendar.perfplanet.com/2013/diff/
https://www.youtube.com/playlist?list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr
http://www.typescriptlang.org/Handbook
https://basarat.gitbooks.io/typescript/