jaredpalmer / jaredpalmer/the-platform
parcel hot module replacement problem
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
I'm just started to explore `the-platform` library. For contribution, I fork the repository and then clone it to local machine. In `example` folder, I run a command `yarn start` which open live server on port `http://localhost:1234/`. If made changes to `example/App.js` file then `parceljs` (hot module replacement) doesn't remove an old component from DOM.
I think this problem with `parceljs`. May be we have to toggle configuration of `parceljs`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running yarn start in the example folder and reproduce the hot module replacement behavior after editing example/App.js. Inspect the Parcel-related setup used by that command and determine why the previous component remains in the DOM; done means an edit no longer leaves the old component behind.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100