If you enjoyed this book, you may be interested in these other books by Packt:
Learn React with TypeScript 3
Carl Rippon
ISBN: 978-1-78961-025-3
- Gain a first-hand experience of TypeScript and its productivity features
- Transpile your TypeScript code into JavaScript for it to run in a browser
- Learn relevant advanced types in TypeScript for creating strongly typed and reusable components.
- Create stateful function-based components that handle lifecycle events using hooks
- Get to know what GraphQL is and how to work with it by executing basic queries to get familiar with the syntax
- Become confident in getting good unit testing coverage on your components using Jest
Learn WebAssembly
Mike Rourke
ISBN: 978-1-78899-737-9
- Learn how WebAssembly came to be and its associated elements (text format, module, and JavaScript API)
- Create, load, and debug...