Hey guys
I'm working on Starting-Blocks, trying to find and develop new features.
Starting-Blocks is a javascript router that we use to handle ajax requests and page transitions and to instanciate block
(It fits pretty well with Roadiz. 😉)
https://github.com/rezozero/starting-blocks
We made some changes theses few months:
- Rewriting and separate concerns (Router, Dom, Ajax, History, Prefetch...)
- Web worker support (for ajax requests).
- A new
TransitionFactory
to manage page transitions
- A new demo to explain how work Starting-Blocks
Now I started a new branch to remove jQuery support for better performance.
Do you have any other suggestions or any feedbacks to improve Starting-Blocks ?