Difference between revisions of "React 2"

From Sinfronteras
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
https://www.udemy.com/course/react-redux/
 
  
'''Install React:'''
 
 
Install Node.js and npm:
 
<syntaxhighlight lang="shell">
 
# Add the Node.js repository:
 
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
 
 
sudo apt install -y nodejs
 
sudo apt install -y npm
 
 
node -v
 
npm -v
 
</syntaxhighlight>
 
 
 
<br />
 
'''Start a New React Project official documentation''': https://react.dev/learn/start-a-new-react-project
 

Latest revision as of 15:53, 24 February 2026