Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up- Xiamen, China
- Sign in to view email
- https://unadlib.github.io
Popular repositories
624 contributions in the last year
Contribution activity
July 2019
- unadlib/website JavaScript
- unadlib/awesome-micro-frontends
Created an issue in unadlib/usm that received 1 comment
`usm-redux` support reducer way for action function
class Foo extends Module { @state bar = {a: 1, b:2}; @reducer setBar(value, state) { return { bar: { a: value, ...state.bar }, ...state, } } }
1
comment

