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
CreateTerm Container component with a mapDispatchToProps, and calls an createTerm action passing the taxonomy (category/term or custom tax) and the term name from the TextInput.
a taxonomy reducer which has a case for TERM_CREATE, and returns a new state with the new term appended to the collection
a functional component to display the new term form
a createTerm action which dispatches the TERM_CREATE action, which calls an api method to persist the term to the storage. called by the "save" button
How does this translate to React Native and this particular implementation
No description provided.
The text was updated successfully, but these errors were encountered: