Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

v0.4.0-alpha

Compare
Choose a tag to compare
@RiadhAdrani RiadhAdrani released this 02 Jan 13:47
· 196 commits to master since this release
f0f46ea

Project Recursive

v0.4.0

This release is testable, but still not production ready.

Changelog:

  • Removed multi-threading
  • Style handling is no longer the task of RecursiveDOM, RecursiveCSSOM will take care of computing styles.
  • RecursiveDOM is no longer exposed globally.
  • Decomposed the entry Recursive.js into multiple files :
    • Recursive.js contains a Render function and CreateComponent class.
    • Recursive-Components.js export all ready-made components.
    • Recursive-Router.js export createRouter, createRoute, renderRouter and goTo.
    • Recursive-State.js export setState, updateAfter methods.
    • Recursive-Style.js export setStyle method.

If you find this project interesting or have any suggestion, feel free to leave a comment/Issue.