Handling Typos and Duplicates
Learn how to avoid typos and duplicates.
We'll cover the following...
We have been using strings like 'ADD_RECIPE'
in our action creators and reducers but never bothered to verify that they match. In large applications, this often leads to very hard-to-debug errors, as a typo in the action creator will ...