A few weeks ago, I wrote a post asking DEV community members if they wanted to potentially pair program with me during a live coding session.
Let's Pair during a Live Coding Session!
Nick Taylor for The DEV Team γ» Jul 14 '20
A lot of interest was generated and so we did our first live coding pairing session that was streamed on doingdevfordev.com. It was with DEV community member Sophia Li.
She worked on the <ImageUploader />
Preact component in the DEV/forem codebase. It was originally a class component that she converted to a function component using the useState hook.
For the full recording of the pairing session check out the YouTube video below. Also, feel free to subscribe to my channel. π
Near the end of the pairing session we discussed the possibility of using the useReducer hook instead. After the pairing session, Sophia continued working on the PR she created and implemented the necessary changes to use the useReducer
hook.
For those interested, here is the merged PR.
Update `<ImageUploader />` class component to use hooks #9369
What type of PR is this? (check all applicable)
- [x] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
Description
This PR refactors the <ImageUploader />
class component to a function component using the useReducer
hook.
Related Tickets & Documents
#9338
QA Instructions, Screenshots, Recordings
No new features were added, so we did not add new tests. All previous tests pass. The component works the same as before.
Added tests?
- [ ] yes
- [x] no, because they aren't needed
- [ ] no, because I need help
Added to documentation?
- [ ] docs.dev.to
- [ ] readme
- [x] no documentation needed
[optional] Are there any post deployment tasks we need to perform?
No
[optional] What gif best describes this PR or how it makes you feel?
It was awesome pairing with Sophia and by the way, sheβs looking for her next role!
Looking forward to the next pairing session!
Top comments (2)
I read through the code earlier today, nice work @sophia_wyl and @nickytonline ! Using the useReducer hook was a really great addition π
I like the short pre-roll video cover image, I am thinking about doing these for some of my posts.