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
Thanks for taking the time to report a bug in the Origami project, or propose a new feature! Before creating a new issue, please do a quick search to check that it hasn't already been filed on the issue tracker.
For more information, see the CONTRIBUTING Guide
Description
Context api for passing props is stable as of now and integrated into react. So, instead of using a 3rd party library like redux we could solve the problem of props drilling using context.
Expected Behavior
Same as actual Behaviour. This would be kind of a refactoring task.
The text was updated successfully, but these errors were encountered:
Thanks for taking the time to report a bug in the Origami project, or propose a new feature! Before creating a new issue, please do a quick search to check that it hasn't already been filed on the issue tracker.
For more information, see the CONTRIBUTING Guide
Description
Context api for passing props is stable as of now and integrated into react. So, instead of using a 3rd party library like redux we could solve the problem of props drilling using context.
Expected Behavior
Same as actual Behaviour. This would be kind of a refactoring task.
The text was updated successfully, but these errors were encountered: