User Tools

Site Tools


javascript-and-react

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
javascript-and-react [2025/03/28 17:24] – [Tutorials] Roman Sheydvasserjavascript-and-react [2025/03/28 17:29] (current) Roman Sheydvasser
Line 1: Line 1:
-JavaScript is a versatile, high-level programming language primarily used to create interactive effects within web browsers, enabling dynamic content and user engagement. +**JavaScript** is a versatile, high-level programming language primarily used to create interactive effects within web browsers, enabling dynamic content and user engagement. 
  
-React is a JavaScript library developed by Facebook for building user interfaces, particularly single-page applications, by breaking down the UI into reusable components that efficiently update and render as the data changes. +**React** is a JavaScript library developed by Facebook for building user interfaces, particularly single-page applications, by breaking down the UI into reusable components that efficiently update and render as the data changes. 
  
 Together, JavaScript and React empower developers to build responsive and interactive web applications with a smooth user experience. Together, JavaScript and React empower developers to build responsive and interactive web applications with a smooth user experience.
 +
 +**Next.js** is a web development framework providing React-based web applications with [[https://en.wikipedia.org/wiki/Server-side_rendering|server-side]] and [[https://en.wikipedia.org/wiki/Static_rendering|static rendering]].
 +
  
 ===== Tutorials ===== ===== Tutorials =====
  
-highly recommend the https://react.dev/learn/tutorial-tic-tac-toe tutorial.+For React, I recommend the https://react.dev/learn/tutorial-tic-tac-toe tutorial.
  
-For nextjs, I recommend the https://nextjs.org/learn/dashboard-app tutorial.+For Next.js, I recommend the https://nextjs.org/learn/dashboard-app tutorial.
  
javascript-and-react.txt · Last modified: 2025/03/28 17:29 by Roman Sheydvasser