2022-11-28
|~4 min read
|632 words
Recently, I was working on a task where I wanted to update the UI for an app automatically to reflect some state. While that sounds like…
2022-11-28
|~3 min read
|549 words
In a previous post about abstracting utilities in Jest, I demonstrated how to create a wrapper for the method of the React Testing Library…
2022-11-28
|~1 min read
|154 words
An article that i’m using as inspiration: https://medium.com/javascript-in-plain-english/redux-without-switch-cases-and-some-other-tips-6a3d…
2022-11-28
|~5 min read
|870 words
Trying to understand a little more about ember and how data flows through the app - making as many parallels to a React app as I can. The…
2022-11-28
|~6 min read
|1058 words
To date, I’ve struggled to understand reducers. Terms like reducers, actions, dispatch, all blurred together and even though I could use…