Skip to content

Wall messages implementation based on React and friends

License

Notifications You must be signed in to change notification settings

josoroma-zz/status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statuses

Wall messages implementation based on React and friends (mobx & director).

Installation

npm install

Working Demo

npm start

Application Structure

client

  stores

      StatusStore

      ViewStore

  components

      constants

      statusApp                     @observer

      statusHeader                  @observer
      
      statusEntry                   @observer

      statusOverview                @observer

          statusItem                @observer

models
    StatusModel                 *** @observable ***

Mobx


React renders the application state by providing mechanisms to translate it into a tree of renderable components.

MobX provides the mechanism to store and update the application state that React then uses.


React provides mechanisms to optimally render UI by using a virtual DOM that reduces the number of costly DOM mutations.

MobX provides mechanisms to optimally synchronize application state with your React components by using a reactive virtual dependency state graph that is only updated when strictly needed and is never stale.


Lodash

Delivers modularity, performance & extras.

Material UI Components

Provides a set of reusable and accessible UI components.

Base Material UI Theme

Reflexbox

Responsive React flexbox grid system higher order component.

SVG Icons

About

Wall messages implementation based on React and friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published