Pavel Hrakovich
Pavel Hrakovich
@sasajib but it's will not work with isomorphic app
@maticrivo I had spent time to understand it, and in real life, you don't need it! Try to use componentDidUpdate if you need to update something after the form has...
@mverissimo try to disable @emotion/babel-plugin
`babel-preset-css-prop` insted of `@emotion/babel-plugin` fixed the problem
### First look ### Core concepts (and question) of feature: - Isolation: feature don’t depend on another feature - but if we get another feature from render props (from page),...
It's a very interesting concept. I have some questions for discussion, but better with examples. - We have feature Login, for authorization. After we authorize, we save some information about...
@kof I wrote it wrong, sorry. I meant, redux state, and after login we have information in the redux state, but it's the feature state (in the redux store), and...
@kof Thanks, now it is clear to me! I think we should start writing spec, for discussing and refining. I want help, if you do not mind, but I do...
@meetromb I think it's because we can't predict everything that can be exported from a feature. Someone wants to use redux-saga, and export sagas, someone else - redux-thunk, someone wants...
I think strict directory structure is better, because its help to describe some architecture concepts. And maybe in future, I think, can be added CLI for faster create features, shared...