4 comments (4 comments)17 reactions (17 reactions)0 assignees (0 assignees)TypeScript22,485 stars (22,485 stars)4,142 forks (4,142 forks)batch import
enhancementhelp wanted
Description
Need to add PWA Feature
Contributor guide
- Tech stack
- reacttypescript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- React knowledgeService Worker basicsTypeScript
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue lacks specifics on what PWA capabilities are desired (e.g., offline support, add to home screen, push notifications). Investigate the repository's current setup by checking for existing service worker registration, manifest.json, or related dependencies in package.json. Review the 4 comments on the issue for any clarification from maintainers or contributors. Look at the linked PRs (none currently) and consider if there are any discussions in other issues about PWA. A concrete proposal should detail which PWA features to implement and how to integrate them into the existing build pipeline.