Skip to content
View barneycarroll's full-sized avatar
🛠️
Working on Mithril type stuff
🛠️
Working on Mithril type stuff

Organizations

@MithrilJS
Block or Report

Block or report barneycarroll

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. patchinko patchinko Public

    A terse API for performing deep patching on JavaScript structures

    JavaScript 73 5

  2. xet xet Public

    xet( map, key, factory ) - if map has own property key, return its value. If not, execute factory, assign the return value to key, then return it.

    JavaScript 2

  3. mithril-machine-tools mithril-machine-tools Public

    Putting the hype back in hyperscript, the OM back in virtual DOM; A bag of tricks for Mithril.

    JavaScript 28 3

  4. life-cycle life-cycle Public

    A no-op custom element which exposes lifecycle hooks to consuming view frameworks

    JavaScript 1

  5. muty muty Public

    An attempt at a more intuitive API wrapper around W3C DOM MutationObserver

    JavaScript 2

  6. mithril.hydrate.js mithril.hydrate.js
    1
    const noop = () => {}
    2
    
                  
    3
    const elementHandler = {  
    4
      get: (element, key) => {
    5
        if(key === 'setAttribute')