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
Right now, we have some code in the React frontend app that might be required to be shared with the closed source portion of any codebase (e.g. selectors, dispatches, slices, or helpers). These pieces of code should only be maintained from one end so as to improve consistency.
We should figure out a way such that such code can be shared from both the open source and the closed source world.
The text was updated successfully, but these errors were encountered:
Right now, we have some code in the React frontend app that might be required to be shared with the closed source portion of any codebase (e.g. selectors, dispatches, slices, or helpers). These pieces of code should only be maintained from one end so as to improve consistency.
We should figure out a way such that such code can be shared from both the open source and the closed source world.
The text was updated successfully, but these errors were encountered: