Provide a way to unmount, or cleanup, a Gren application once it's started
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 48
- Forks
- 14
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 1
Description
This applies when mounting Gren applications within another app, and you want to remove. Typical example is a hybrid browser application, where you want to mount and unmount a Gren app when navigating to specific pages.
More info here. It applies to Elm, but it's the same case in Gren: https://gist.github.com/supermario/4c2615806c6c561a16edf5dd7208a759#js-modification-solution
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 the linked Elm gist, especially its JavaScript modification solution, then search the core package for the application-mounting entry point. The work is done when a mounted Gren application can be removed or cleaned up for hybrid browser navigation without leaving it active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100