Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility of updating html through morphs #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 18, 2021

  1. Add the morph feature

    With morphs we more easily modify specific parts of the DOM directly
    in the reflex. We also got access to a broadcaster which means that
    we can use that to surgically alter certain DOM elements to our liking.
    
    In this commit we also drop the commitment to maintain Channels 2.4.
    Channels 2.4 should still work, but the CI showed weird issues and this
    added to a maintainence headache which wasn't worth it
    (unless explicitly asked for and paid by someone).
    jonathan-s committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    631ae01 View commit details
    Browse the repository at this point in the history