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
@lynndylanhurley Sorry to be so overt, but it seems that most of the problems maintaining this very helpful package come from the crazy pace of React development, whereas most of the core is in the (relatively static) actions and reducers that integrate with devise_token_auth.
Would it be possible to split this package into actions & reducers, and separate views?
I think that could make this a lot more maintainable, while restoring the core functionality for all. I'd be willing to take a crack at it if this sounds like a good path to you?
The text was updated successfully, but these errors were encountered:
Hi @fkotsian - you're absolutely correct. I've broken out the core of this into a framework-agnostic package that I will be releasing within the next few days. I'll post a note here when it's live.
@lynndylanhurley Sorry to be so overt, but it seems that most of the problems maintaining this very helpful package come from the crazy pace of React development, whereas most of the core is in the (relatively static) actions and reducers that integrate with devise_token_auth.
Would it be possible to split this package into actions & reducers, and separate views?
I think that could make this a lot more maintainable, while restoring the core functionality for all. I'd be willing to take a crack at it if this sounds like a good path to you?
The text was updated successfully, but these errors were encountered: