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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. patchinko patchinkoPublic

    A terse API for performing deep patching on JavaScript structures

    JavaScript 73 5

  2. xet xetPublic

    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-toolsPublic

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

    JavaScript 29 3

  4. life-cycle life-cyclePublic

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

    JavaScript 1

  5. muty mutyPublic

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

    JavaScript 2

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