Frontend Development with React and TypeScript

In the preceding chapter, we learned how to implement web services with Node.js. In this chapter, we are going to learn how to implement a single-page application (SPA) that consumes the web services that we created in the preceding chapter. The web services might change slightly in this chapter, but the changes should be small enough not to require us to cover them in this chapter.

The companion source code includes an updated version of the backend application that we implemented in the preceding chapter. The new upgraded version contains new controllers and web services that allow us to manage a catalog of movies and actors, as opposed to just movies.

In this chapter, we are going to learn ...

Get Learning TypeScript 2.x - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.