Участник:Elena/Работа

Материал из K.Wiki
Перейти к: навигация, поиск
  • 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/

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!