Alexander Loshkarev

Results 4 comments of Alexander Loshkarev

For example: ```js const HTML = ReactDOMServer.renderToString() ``` If i compile my render middleware with webpack and babel, I will get an error `document is not defined` because this code...

Why we can't describe public API for each feature? What if **selectors** are an abstraction for feature's state and some facade-like methods that control **actions**? And we can use annotations...

@pgrekovich Yep, you are right about principles of creating public interfaces. Each project/team must have strict rules about exporting and creating feature's public interface, otherwise it gonna be a mess.

Работает с `react-scripts-ts`, если убрать `ts-jest ` и `jest-cli` из `package.json` Вроде как jest из `react-scripts` нельзя своей версией оверрайдить, но это не точно