gren-lang / gren-lang/core

Provide a way to unmount, or cleanup, a Gren application once it's started

Open
#36 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.