hydrotik / node-hapi-react-redux-sass-typescript-mongo-webpack-hmr-gulp

Rapid prototyping full stack framework using our favorite technologies. Inspired by Aqua/Frame with a sprinkle of Mean.io and Mean.js
11 stars 4 forks source link

Local component state AKA local transient state #233

Closed ghost closed 7 years ago

ghost commented 8 years ago

Currently using react state to deal with form success/failure alert on submission that redux-form doesn't provide for. We should discourage this practice by finding an alternative. It's a common problem with redux, see: Investigate using Redux for pseudo-local component state

Possible solution libraries: redux-namespace and redux-ephemeral