Bukovski / react-mobx-examples

:orange_book: examples for working with mobx. TodoList and other

Home Page:https://bukovski.github.io/react-mobx-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Mobx Examples

Coverage Status

These are the sample code for mobx 6. If my work is useful to you, I will be glad. Enjoy!

mini-examples

Small code examples for working with mobx

TodoList

  • The context is used to get the data.
  • Adding a new record from input at the top.
  • Sorting records by completed and not completed.
  • Editing and Deleting
  • All inputs respond to the Enter button to save the data.

Folder Tree

|–– src
|  |–– components
|  |–– containers
|  |–– helpers
|  |–– mini-examples
|  |–– store
|  |–– __tests__
|  |  |–– components
|  |  |  |–– __snapshots__
|  |  |–– store

todo-list

About

:orange_book: examples for working with mobx. TodoList and other

https://bukovski.github.io/react-mobx-examples/


Languages

Language:JavaScript 84.0%Language:CSS 11.0%Language:HTML 5.1%