This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
v0.4.0-alpha
RiadhAdrani
released this
02 Jan 13:47
·
196 commits
to master
since this release
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 andCreateComponent
class. - Recursive-Components.js export all ready-made components.
- Recursive-Router.js export
createRouter
,createRoute
,renderRouter
andgoTo
. - Recursive-State.js export
setState
,updateAfter
methods. - Recursive-Style.js export
setStyle
method.
- Recursive.js contains a
If you find this project interesting or have any suggestion, feel free to leave a comment/Issue.