RS code working great when web app project at medium size, but when project size bigger, web app sometime a bit lag when working on some PC.
Rs refer component state to ds_xxx, so when ever a ds_xxx change, all component are re rendered. So I have to integrated Redux Lib (https://redux.js.org/) into my project to handle component’s states, and it working so smooth.
I think it hard to auto gen code with Redux integrated, but some one want to improve app performance may consider it. Anyway RS generated code work so great in most of practical cases.
Have a nice day every one !