React (software): Difference between revisions

Content deleted Content added
m Reverted 1 edit by Copperchipsinc (talk) to last revision by Jrovc
Line 27:
The following is a rudimentary example of React usage for the web written in [[React (JavaScript library)#JSX|JSX]] and JavaScript.
 
<syntaxhighlight lang="javascript" line="1">
import React from 'react';
import ReactDOM from 'react-dom/client';
Line 54:
based on [[HTML]] document below.
 
<syntaxhighlight lang="HTMLhtml" line="1>
<!DOCTYPE html>
<html lang="en">