Javascript react: Difference between revisions

From wikinotes
No edit summary
Line 7: Line 7:
{| class="wikitable"
{| class="wikitable"
|-
|-
| api docs/overview || https://reactjs.org/docs/react-api.html
| api docs || https://reactjs.org/docs/react-api.html
|-
| api docs/overview (intro) || https://reactjs.org/docs/hello-world.html
|-
| api docs/advanced (features) || https://reactjs.org/docs/accessibility.html
|-
|-
| homepage || https://reactjs.org/
| homepage || https://reactjs.org/

Revision as of 01:11, 11 December 2022

A user interface framework written in javascript at facebook.
It is used both for websites, and for mobile applications.
It is also referred to as react.js

Documentation

api docs https://reactjs.org/docs/react-api.html
api docs/overview (intro) https://reactjs.org/docs/hello-world.html
api docs/advanced (features) https://reactjs.org/docs/accessibility.html
homepage https://reactjs.org/
codepen (interactive editor) https://codepen.io/pen

Intro/Reference

react projects
react anatomy

Syntax

react components
react DOM events

Best Practices

react state management