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

Материал из K.Wiki
Перейти к: навигация, поиск
Строка 10: Строка 10:
 
https://habrahabr.ru/post/248799/
 
https://habrahabr.ru/post/248799/
  
* React-Redux
+
* Raw React
http://getinstance.info/articles/react/learning-react-redux/
+
http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
 +
 
 +
* React Components, Elements, and Instances
 +
https://medium.com/@dan_abramov/react-components-elements-and-instances-90800811f8ca
  
 
* Immutable.js
 
* Immutable.js
 
https://facebook.github.io/immutable-js/
 
https://facebook.github.io/immutable-js/
 +
 +
* React-Redux
 +
http://getinstance.info/articles/react/learning-react-redux/
 +
 +
* Getting Data In from Redux to React
 +
http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html#getting-data-in-from-redux-to-react
 +
 +
* Redux and Immutable.js
 +
https://www.ackmanndickenson.com/2015/11/17/blog-redux-and-immutable-js-take-center-stage/
  
 
Flow & TypeScript
 
Flow & TypeScript
Строка 21: Строка 33:
  
 
Installing immutable via npm brings with it type definitions for Flow (v0.39.0 or higher) and TypeScript (v2.1.0 or higher), so you shouldn't need to do anything at all!
 
Installing immutable via npm brings with it type definitions for Flow (v0.39.0 or higher) and TypeScript (v2.1.0 or higher), so you shouldn't need to do anything at all!
 
* React Components, Elements, and Instances
 
https://medium.com/@dan_abramov/react-components-elements-and-instances-90800811f8ca
 
 
* Raw React
 
http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
 
  
 
* ES2015
 
* ES2015

Версия 16:17, 30 августа 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/

  • Raw React

http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/

  • React Components, Elements, and Instances

https://medium.com/@dan_abramov/react-components-elements-and-instances-90800811f8ca

  • Immutable.js

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

  • React-Redux

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

  • Getting Data In from Redux to React

http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html#getting-data-in-from-redux-to-react

  • Redux and Immutable.js

https://www.ackmanndickenson.com/2015/11/17/blog-redux-and-immutable-js-take-center-stage/

Flow & TypeScript

Use these Immutable collections and sequences as you would use native collections in your Flowtype or TypeScript programs while still taking advantage of type generics, error detection, and auto-complete in your IDE.

Installing immutable via npm brings with it type definitions for Flow (v0.39.0 or higher) and TypeScript (v2.1.0 or higher), so you shouldn't need to do anything at all!

  • ES2015

http://www.ecma-international.org/ecma-262/6.0/index.html