Editor

Базовый модуль всего приложения

Source:
Author:
  • Ihor Bielchenko

Requires

  • module:react
  • module:react#Component
  • module:redux#bindActionCreators
  • module:react-redux#connect
  • module:actions/StateConfigAction.js
  • module:components/Header/Header.jsx
  • module:components/GroupMainBar/GroupMainBar.jsx
  • module:components/TeacherMenu/TeacherMenu.jsx
  • module:components/TeacherPanel/TeacherPanel.jsx
  • module:components/GroupTableItem/GroupTableItem.jsx
  • module:components/ProfileSettings/ProfileSettings.jsx
  • module:components/VideoTutorial/VideoTutorial.jsx
  • module:components/ReviewMessage/ReviewMessage.jsx
  • module:components/UserMainBar/UserMainBar.jsx
  • module:Base.jsx

Classes

Cabinet

Methods

(inner) mapDispatchToProps(dispatch) → {Object}

Source:

Init redux actions

Parameters:
Name Type Description
dispatch function
Returns:
Type
Object

(inner) mapStateToProps(state) → {Object}

Source:

Init redux states

Parameters:
Name Type Description
state Object
Returns:
Type
Object