- React
- React Day Berlin
- 2018
- Structure Your App's Story With Sagas and Selectors
Structure Your App's Story With Sagas and Selectors
Rebecca Hill at React Day Berlin 2018
As apps begin to scale, many developers find themselves asking the question - but where does all the hard stuff go? The complicated data manipulation, the validation, the process flow of our apps. In other words, the business logic. If React is designed for the view layer, and we’re using Redux or something similar for the state, then where does the business logic go? This talk looks at the different options and tries to answer that question.