Участник:Elena/Работа — различия между версиями

Материал из K.Wiki
Перейти к: навигация, поиск
Строка 12: Строка 12:
 
* React-Redux
 
* React-Redux
 
http://getinstance.info/articles/react/learning-react-redux/
 
http://getinstance.info/articles/react/learning-react-redux/
 +
 +
* Immutable.js
 +
https://facebook.github.io/immutable-js/
  
 
* https://codepen.io/#
 
* https://codepen.io/#

Версия 14:18, 28 августа 2017

  • Node или Node.js — программная платформа, основанная на движке V8 (транслирующем JavaScript в машинный код), превращающая JavaScript из узкоспециализированного языка в язык общего назначения.

https://ru.wikipedia.org/wiki/Node.js

  • NPM - менеджер пакетов, входящий в состав Node.js.

https://ru.wikipedia.org/wiki/NPM

  • ReactJs

React.Component: https://facebook.github.io/react/docs/react-component.html

Краткое руководство: https://habrahabr.ru/post/248799/

  • React-Redux

http://getinstance.info/articles/react/learning-react-redux/

  • Immutable.js

https://facebook.github.io/immutable-js/