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 would like the Epics.md updated to reflect some modern approaches to the login epic. The following example is how we implemented an epic. The main part that bothered me with your current example is the embedded http.post(...).pipe(...) because it reminds me too much of the old callback hell.
For what it is worth, I hope this helps some folks develop cleaner code.
This is a...
I would like the Epics.md updated to reflect some modern approaches to the login epic. The following example is how we implemented an epic. The main part that bothered me with your current example is the embedded
http.post(...).pipe(...)
because it reminds me too much of the oldcallback
hell.For what it is worth, I hope this helps some folks develop cleaner code.
The text was updated successfully, but these errors were encountered: