stas state management for react
Example
TodoListPage.js
file:
;; static propTypes = tasks: PropTypesarrayisRequired dispatch: PropTypesfuncisRequired thisprops thisprops { const tasks = thisprops; return <button onClick=thisonPressAddTask>Add Task</button> <ul> tasks </ul> } moduleexports = TodoListPage
index.js
file:
;;;; ReactDom;
License
Licensed under MIT
Copyright (c) 2017 Tian Jian