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

Organizations

@MithrilJS

Block or report barneycarroll

Block user

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

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. patchinkopatchinkoPublic

    A terse API for performing deep patching on JavaScript structures

    JavaScript 73 5

  2. xetxetPublic

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

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

    JavaScript 34 3

  4. life-cyclelife-cyclePublic

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

    JavaScript 1

  5. mutymutyPublic

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

    JavaScript 2

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