Closed cballevre closed 9 months ago
I discovered a regression after migrating to Drive. I don't manage the application's custom stores, so certain functions no longer work in the custom components. I'm looking at how to mitigate the problem 😞
I've reworked the redux part so that we can integrate the cozy-bar store into an application's store. I haven't found a way of merging two stores to avoid exposing the reducers and losing the advantage of middlewares. @Crash-- I'd like your opinion on this last commit 🙂
:tada: This PR is included in version 11.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The idea behind this PR is to expose the bar component via. This also make specific development of custom part more easy because it shares the same context.
<BarComponent>
so it can be integrated in the react-dom. The expected benefits are to be able to Provider from the app directly into theThe bar stay at the same place into the dom but appears into the React component tree with
createPortal
api.Example of migration :
Remaining work :
Improve documentationFuture work :