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
I want to be able to add temporary logics, e.g. something that only applies while some particular React component is mounted. So ideally, I'd like to do something like that:
Hello, I have a use-case where my application dynamically adds and also removes entire functionalities from my app while it runs.
A "removeLogics" function is also what I am missing here to clean up not necessary checks. Even if this may be just an optimization I find this to be something required to round up the entire library.
I want to be able to add temporary logics, e.g. something that only applies while some particular React component is mounted. So ideally, I'd like to do something like that:
The text was updated successfully, but these errors were encountered: