Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating the business logic #69

Open
imakshayverma opened this issue Jun 3, 2017 · 0 comments
Open

Separating the business logic #69

imakshayverma opened this issue Jun 3, 2017 · 0 comments

Comments

@imakshayverma
Copy link
Member

While React has been helpful in separating the components accordingly on the basis of the data hierarchy, combining the business logic for the app has been an issue. React being a view library doesn't have good provision to write separate business logic like munging of data objects for the visualizations. Thus we need to add a middle layer which handles this logic efficiently and pass the corresponding data for each components accordingly as props. Redux-saga can be a one of the possible solutions which provide support for such operations. This can also provide the functionality of the fetching data directly from data portals like OpenBudgetsIndia thus also reducing the app size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants