27 junio 2021

JavaScript - ECMAScript

JavaScript - ECMAScript

Introducciòn:

Es necesario remontarse al año 1995.


...


NodeJs y ReactJs


Antes de NodeJs y ReactJs, es necesario JavaScript.

Ejemplos:

function add() {
var sum = 0;
for (var i = 0, j = arguments.length; i < j; i++) {
sum += arguments[i];
}
return sum;
}
------------------------------------------------------------------------------
add(2, 3, 4, 5); // 14
------------------------------------------------------------------------------
Fuentes:
1- https://es.reactjs.org/docs/getting-started.html
2- https://developer.mozilla.org/es/docs/Web/JavaScript/A_re-introduction_to_JavaScript
3- https://stackoverflow.com/questions/111102/how-do-javascript-closures-work
4- https://developer.mozilla.org/es/docs/Web/JavaScript
5- https://javascript.info/

ReactJs

Vamos con el React
-------------------------------------------------------------------------------
Fuentes:

1- https://es.reactjs.org/tutorial/tutorial.html
2- https://es.reactjs.org/docs/hello-world.html
3- https://es.reactjs.org/docs/thinking-in-react.html
4- https://es.reactjs.org/community/courses.html
5- https://es.reactjs.org/docs/hello-world.html
6- https://es.reactjs.org/docs/context.html
7- https://es.reactjs.org/docs/refs-and-the-dom.html
8- https://es.reactjs.org/docs/react-component.html
9- https://es.reactjs.org/docs/glossary.html
10- https://es.reactjs.org/docs/faq-ajax.html
11- https://es.reactjs.org/docs/faq-state.html
12- https://es.reactjs.org/docs/faq-structure.html
13- https://es.reactjs.org/blog/2021/06/08/the-plan-for-react-18.html
14- https://github.com/facebook/react/blob/master/CHANGELOG.md
15- https://github.com/facebook/react/releases
16- https://es.reactjs.org/versions/