×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
React
→
Sites to explore React
Looked at
3383
times
Sites to explore React
last updated: 20 April 2020
1)
Study React
on the official website
reactjs.org
2)
Study the documentation React
on the official website
reactjs.org/docs
3)
Learning tutorial React
on the official website
reactjs.org/tutorial
← Previous topic
Create a web application "Login form and send a post request" with React | Visual Studio Code
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
Новое приложение React
Вариант 1
•
Создаем новое web приложение с React в текстовом редакторе. Библиотеку React не скачиваем, библиотеку React берем из CDN (ссылаемся на библиотеку React)
Вариант 2 (для меня лучший)
•
Creating new web application with React using Visual Studio Code. Use: Node.js + Webpack (collect all js files, libraries into one js file) + Babel (extended js functionality with jsx and classes) + React (write our component)
Описание React
•
Why don't they use class Component, but you have to use a regular function in React app?
Examples
•
Create a web application "Login form and send a post request" with React | Visual Studio Code
WWW sites to explore React
•
Sites to explore React
Ваши вопросы присылайте по почте:
info@dir.by