You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: "Welcome to Learn React, a comprehensive introduction to Reactjs. - Learn React"
5
+
last_modified_at: 2018-05-14T15:58:49-04:00
6
+
---
7
+
8
+
If you have heard about React but are not sure of what it really is, how it is useful, or how to start your first React application, you have come to the right place!
9
+
10
+
Welcome to ***Learn React***, a comprehensive introduction to Reactjs. In this tutorial, we'll take you step by step through the fundamental concepts of React. By understanding the concepts underlying React through practical examples, we hope that by the end of this tutorial you will have enough knowledge to create your own React applications.
11
+
12
+
Each chapter will start with a example that will give you a brief overview, followed by a more complete explanation of the React concept and what this concept looks like in practice.
<p>React is a UI library developed at Facebook to facilitate the creation of interactive, stateful and reusable UI components. It is used at Facebook in production, and Instagram is written in React.</p>
663
+
<p>If you have heard about React but are not sure of what it really is, how it is useful, or how to start your first React application, you have come to the right place!</p>
664
+
665
+
<p>Welcome to <strong><em>Learn React</em></strong>, a comprehensive introduction to Reactjs. In this tutorial, we’ll take you step by step through the fundamental concepts of React. By understanding the concepts underlying React through practical examples, we hope that by the end of this tutorial you will have enough knowledge to create your own React applications.</p>
656
666
657
-
<p>One of it’s unique points is that not only does it perform on the client side, but it can also be rendered server side, and they can work together inter-operably.</p>
667
+
<p>Each chapter will start with a example that will give you a brief overview, followed by a more complete explanation of the React concept and what this concept looks like in practice.</p>
0 commit comments