reka.js

💎 State management system to build any no-code editor

MIT License

Downloads
2.3K
Stars
568
Committers
6

Bot releases are visible (Hide)

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1cc0cfb Thanks @prevwong! - Remove unnecessary options for reka.watch()

  • ea0a075 Thanks @prevwong! - Fix @each directive bugs

  • d8cc124 Thanks @prevwong! - Fix Observer not automatically transforming newly inserted Type into Mobx observables.

    For example, given the following template where each is initially null:

    const template = t.tagTemplate({
      tag: 'div',
      props: {},
      children: [],
      each: null,
    });
    

    Then, if we were to set each to a new ElementEach type object:

    template.each = t.elementEach({
        ...
    })
    

    The above ElementEach should automatically be made into a Mobx observable.

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

reka.js - @rekajs/[email protected]

Published by prevwong over 1 year ago

reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: feat: add stringifier method for ArrayExpression
reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: fix: peer deps
reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: feat: add type assert util (#2)
    fix: improve type error
reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: fix: peer deps
  • da3c4c8: fix: code editor lag
reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: fix: peer deps
    fix: ts error
    fix: sync on update frame props
    feat: improve environment store (#7)
    fix: add missing function scope
    fix: ensure mutations happen within .change() callback
    feat: catch side effect error
    feat: improved externals separation (#6)
    hotfix: alias variable in element each directive
    feat: support expressions as template iterator (#5)
    fix: add error boundary for invalid iterator (#4)
    fix: resolver cleanup deleted global bindings (#3)
    fix: stringify each template directive (#1)
reka.js - @rekajs/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • da3c4c8: fix: peer deps
Package Rankings
Top 5.6% on Npmjs.org
Related Projects