Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

React Getting Started: An Overview of the Library and Learning Resources, Summaries of Computer Vision

An overview of React, a JavaScript library for building user interfaces. It includes information on how to get started with React, from trying it out in online playgrounds to adding it to a website or creating a new app. It also offers resources for learners with different backgrounds and learning styles.

Typology: Summaries

2009/2010

Uploaded on 08/11/2021

first-last-26
first-last-26 🇮🇳

10 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
G
e
tt
i
n
g
S
t
a
rt
ed
T
hi
s
p
age
i
s
a
n
ov
e
rv
ie
w
o
f
t
he
R
eac
t
d
o
c
um
e
nt
a
t
i
on
a
n
d
r
ela
t
ed
r
e
sour
ce
s
.
R
eac
t
i
s
a
J
a
v
a
S
c
r
i
pt
lib
r
a
ry
f
or
b
u
ildi
n
g
us
e
r
i
nt
e
r
face
s
.
L
ea
rn
w
ha
t
R
eac
t
i
s
all
ab
out
on
our
h
om
e
p
age
or
i
n
t
he
tutor
ial
.
T
ry
R
eac
t
L
ea
rn
R
eac
t
S
t
a
y
i
n
g
I
n
f
orm
ed
V
e
rs
i
on
ed
D
o
c
um
e
nt
a
t
i
on
S
om
e
t
hi
n
g
M
i
ss
i
n
g
?
T
ry
R
eac
t
R
eac
t
ha
s
bee
n
de
s
ig
n
ed
f
rom
t
he
st
a
rt
f
or
g
r
ad
u
al
ad
opt
i
on
,
a
n
d
you
ca
n
us
e
a
s
li
tt
le
or
a
s
mu
ch
R
eac
t
a
s
you
n
eed
.
W
he
t
he
r
you
w
a
nt
to
ge
t
a
t
a
st
e
o
f
R
eac
t
,
add
som
e
i
nt
e
r
ac
t
i
v
i
ty
to
a
s
i
mp
le
HTML
p
age
,
or
st
a
rt
a
c
omp
le
x
R
eac
t
-
pow
e
r
ed
a
pp
,
t
he
li
n
k
s
i
n
t
hi
s
s
ec
t
i
on
w
ill
hel
p
you
ge
t
st
a
rt
ed
.
O
n
li
n
e
P
la
y
g
roun
d
s
I
f
you
ʼ
r
e
i
nt
e
r
e
st
ed
i
n
p
la
y
i
n
g
a
roun
d
w
i
t
h
R
eac
t
,
you
ca
n
us
e
a
n
on
li
n
e
c
o
de
p
la
y
g
roun
d
.
T
ry
a
H
ell
o
W
or
ld
t
e
mp
la
t
e
on
C
o
de
P
e
n
,
C
o
de
S
a
n
db
ox
,
or
S
t
ackbli
tz
.
I
f
you
pr
efe
r
to
us
e
your
own
t
e
xt
edi
tor
,
you
ca
n
al
so
d
own
l
o
ad
t
hi
s
HTML
file
,
edi
t
i
t
,
a
n
d
op
e
n
i
t
f
rom
t
he
l
o
cal
file
syst
e
m
i
n
your
b
rows
e
r
.
I
t
d
o
e
s
a
s
l
ow
runt
i
m
e
c
o
de
tr
a
ns
f
orm
a
t
i
on
,
so
w
e
ʼ
d
on
l
y
r
ec
omm
e
n
d
us
i
n
g
t
hi
s
f
or
s
i
mp
le
de
mos
.
A
dd
R
eac
t to
a
W
eb
s
i
t
e
pf3
pf4
pf5

Partial preview of the text

Download React Getting Started: An Overview of the Library and Learning Resources and more Summaries Computer Vision in PDF only on Docsity!

Getting Started

This page is an overview of the React documentation and related resources.

React is a JavaScript library for building user interfaces. Learn what React is all about on our homepage or in the tutorial. Try React Learn React Staying Informed Versioned Documentation Something Missing? Try React React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.

Online Playgrounds

If youʼre interested in playing around with React, you can use an online code playground. Try a Hello World template on CodePen, CodeSandbox, or Stackblitz. If you prefer to use your own text editor, you can also download this HTML file, edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so weʼd only recommend using this for simple demos.

Add React to a Website

Add React to a Website

You can add React to an HTML page in one minute. You can then either gradually expand its presence, or keep it contained to a few dynamic widgets.

Create a New React App

When starting a React project, a simple HTML page with script tags might still be the best option. It only takes a minute to set up! As your application grows, you might want to consider a more integrated setup. There are several JavaScript toolchains we recommend for larger applications. Each of them can work with little to no configuration and lets you take full advantage of the rich React ecosystem. Learn how. Learn React People come to React from different backgrounds and with different learning styles. Whether you prefer a more theoretical or a practical approach, we hope youʼll find this section helpful. If you prefer to learn by doing , start with our practical tutorial. If you prefer to learn concepts step by step , start with our guide to main concepts. Like any unfamiliar technology, React does have a learning curve. With practice and some patience, you will get the hang of it.

First Examples

The React homepage contains a few small React examples with a live editor. Even if you donʼt know anything about React yet, try changing their code and see how it affects the result.

React for Beginners

If you feel that the React documentation goes at a faster pace than youʼre comfortable with, check out this overview of React by Tania Rascia It introduces the most important React

Thinking in React

Many React users credit reading Thinking in React as the moment React finally “clicked” for them. Itʼs probably the oldest React walkthrough but itʼs still just as relevant.

Recommended Courses

Sometimes people find third-party books and video courses more helpful than the official documentation. We maintain a list of commonly recommended resources, some of which are free.

Advanced Concepts

Once youʼre comfortable with the main concepts and played with React a little bit, you might be interested in more advanced topics. This section will introduce you to the powerful, but less commonly used React features like context and refs.

API Reference

This documentation section is useful when you want to learn more details about a particular React API. For example, React.Component API reference can provide you with details on how setState() works, and what different lifecycle methods are useful for.

Glossary and FAQ

The glossary contains an overview of the most common terms youʼll see in the React documentation. There is also a FAQ section dedicated to short questions and answers about common topics, including making AJAX requests, component state, and file structure. Staying Informed The React blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted there first.

You can also follow the @reactjs account on Twitter, but you wonʼt miss anything essential if you only read the blog. Not every React release deserves its own blog post, but you can find a detailed changelog for every release in the CHANGELOG.md file in the React repository, as well as on the Releases page. Versioned Documentation This documentation always reflects the latest stable version of React. Since React 16, you can find older versions of the documentation on a separate page. Note that documentation for past versions is snapshotted at the time of the release, and isnʼt being continuously updated. Something Missing? If something is missing in the documentation or if you found some part confusing, please file an issue for the documentation repository with your suggestions for improvement, or tweet at the @reactjs account. We love hearing from you! Is this page useful? Edit this page Next article Add React to a Website