You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: