Actions in Reim is like better Reducer in Redux, but with immer
const actions = { increment: amount => state => void (state.count += amount) } const store = reim({}, {actions}) // later... store.increment(10)
Last updated 5 years ago
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.