Javascript react: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
A user interface framework written in javascript.<br>
A user interface framework written in javascript.<br>
It is used both for websites, and for mobile applications.<br>
It is used both for websites, and for mobile applications.<br>
It is also referred to as react.js  
It is also referred to as react.js


= Documentation =
= Documentation =
Line 22: Line 22:
|-
|-
| [[react anatomy]]
| [[react anatomy]]
|-
|}
</blockquote><!-- Basics -->
= Syntax =
<blockquote>
{| class="wikitable"
|-
|-
| [[react components]]
| [[react components]]
Line 30: Line 37:
|-
|-
|}
|}
</blockquote><!-- Basics -->
</blockquote><!-- Syntax -->

Revision as of 21:37, 10 December 2022

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

Documentation

api docs/overview https://reactjs.org/docs/react-api.html
homepage https://reactjs.org/
codepen (interactive editor) https://codepen.io/pen

Basics

react projects
react anatomy

Syntax

react components
react forms
react DOM events