Beginner's Guide to Real World React

Beginner’s Guide to Real World React

In this course you’ll take a deep dive into core React concepts as you learn more about how React works, how you can use it to build complex web applications, and how to combine it with third-party libraries and frameworks to ‘join the dots’ and gain a detailed understanding of how you might use React in a real world setting.

Why this course

The Beginner’s Guide to Real World React will teach you how to successfully build web applications with modern frontend techniques, using the ReactJS library.

React on its own is only one piece of the puzzle and it doesn’t, out of the box, cater for some of the missing pieces of common frontend development. Pieces such as:

  • Connecting to an API or external data source and retrieving data to power your app.
  • Navigating around your app to different pages or areas.
  • Managing the “state” of your application’s data at a higher level (i.e. outside of components).

Leave a Reply