Remove deprecated React lifecycle methods
Open
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 64
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
did-mount & did-update & will-receive-props
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Reagent components that use the deprecated React lifecycle methods named in the issue: did-mount, did-update, and will-receive-props. Review those lifecycle entry points and remove the deprecated methods; done means the named methods are no longer used without changing the components' intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, react
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100