Javascript react: Difference between revisions

From wikinotes
No edit summary
Line 15: Line 15:
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->


= Basics =
= Intro/Reference =
<blockquote>
<blockquote>
{|
{|
Line 24: Line 24:
|-
|-
|}
|}
</blockquote><!-- Basics -->
</blockquote><!-- Intro/Reference -->


= Syntax =
= 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

Intro/Reference

react projects
react anatomy

Syntax

react components
react forms
react DOM events