React + WebSockets Project โ€“ Build a Real-Time Order Book Application

1 ยท freeCodeCamp.org ยท April 19, 2022, 7:23 p.m.
In this tutorial, we will see how to build an Order Book web application, that we'll use to display real-time cryptocurrency info. We will use React with Typescript [https://create-react-app.dev/docs/adding-typescript/] for creating the UI, Redux [https://redux.js.org/] for managing the application state, and styled-components [https://styled-components.com/] for applying the styling. And...