Advertisement
  1. Code
  2. JavaScript
  3. React

Create a React Class in 60 Seconds

Scroll to top
Read Time: 1 min
This post is part of a series called 60 Second Video Tutorials.
Creating a Simple WordPress Plugin in 60 Seconds
Display the Last WordPress Query in 60 Seconds

React is a JavaScript library built and maintained by Facebook that aims to make it easy to build user interfaces using, you guessed it, JavaScript.

In this video, we're going to take a quick look at how easy to is to get started using React. We'll be learning a little bit more about React, as a library, and we'll see how we can begin implementing it in our projects.

As mentioned in the video:

React is a JavaScript framework for building user interfaces. Unlike other front-end JavaScript frameworks, it doesn't provide everything you will need to build a web application. Instead, it focuses only on the view layer. You use React by creating "chunks" of the overall view; these "chunks" are properly called components.

This is arguably one of the most important takeaways. The library doesn't aim to be full stack. Instead, it focuses on the front-end, unlike many of the tools that we see today.

Don't hesitate to leave your comments and feedback in the comments as we'd love to feature more content like this based on what you, as the audience and our readers, are seeking to learn!

In the meantime, don't hesitate to take a look at the React documentation.

Want More React?

If you're interested in seeing an application of React in the wild, then perhaps check out Quotes on CodeCanyon. It's an iOS application built using React. Its goal is to provide an example application for how you can get started with using React to build iOS-specific applications. 

You may also be interested in the following courses:

Advertisement
Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new Code tutorials. Never miss out on learning about the next big thing.
Advertisement
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.