digidem / digidem/comapeo-core-react
Add hook for subscribing to local peers
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 5m
- Merged PRs (30d)
- 2
Description
We have an implementation that currently lives in mobile here:
Ideally should live here to be usable from desktop as well.
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 reading src/frontend/hooks/useLocalPeers.ts in the linked comapeo-mobile revision to understand the existing local-peer subscription hook. Then identify the appropriate entry point in comapeo-core-react for exposing it to both mobile and desktop. Done means the hook is usable from desktop as well as mobile, with behavior matching the existing implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100