Cover
credit Adobe

Decoupled components

Posted December 22nd 2018 by
Mathieu Ledru
Mathieu Ledru - 1 min read

🚀 We finally split the project into severals components.

This means that the code will be easier to maintain and all components can now evolve separately.

So the core of uniflow is now stored in a separate library. The app get a dependency on it. And all clients are now served as standalone.

Edit this page on GitHub