Rafal Rajtar
Rafal Rajtar
To allow users to create own animations with clear interface to play with.
This way the lib will have full control over views animation and routing mechanism
With custom hooks implementation for custom life cycle methods
Try to add another layer of abstraction that will allow such code usage: ```javascript {({ openSidepanel, changeView, addMayer, closeMayer }) => { return ( {({ views }) => { return...