Skip to content

Boilerplate project for a web app based on ReactJS+React-Bootstrap as a render engine, MobX as a state holder, written in TypeScript and build by WebPack

License

Notifications You must be signed in to change notification settings

AndreyTsvetkov/react-bootstrap-mobx-ts-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just to glue it up in the mind

React

Used to render and sync html effectively through the virtual DOM.

Mobx and Mobx-React

Used to store the state and propagate the state changes to the view automagically.

React Bootstrap

Used to make view composition easier and more clear (<Panel header="Hello">Content</Panel> instead of five divs with several classes).

Typescript

Used to work safely with all the stuff, including type and name checking inside the TSX-views:

<Panel ...> {this.props.store.valeu} </Panel>
  ///        compiler error here ↑
  

WebPack

Used to build all the *.ts, *.less and other files into sigle (or multiple) assets, following and resolving all dependencies.

About

Boilerplate project for a web app based on ReactJS+React-Bootstrap as a render engine, MobX as a state holder, written in TypeScript and build by WebPack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published