Andrey Bobukh
Andrey Bobukh
sorry, misclick
> How do you unmount Screen 1 and mount screen 2? Simple transition between routes, using react-router. Here is a minimal example: https://codesandbox.io/s/717xp22391. See how background blinks and you see...
I didn't understand, what's the difference? It is the same example, with delay increased to 1000ms, so instead of momentary blink we can clearly see a loader while it's on...
Not exactly. I'm saying that there are **some cases** when loader shouldn't show up and wrapped component should be rendered **synchronously**. As standalone solution, everything works just as it should...
> Something that looks like your application but with placeholder Not sure I understand... If app layout is like ``, where `SomePage` is our async component, then loader should be...
This package also depends on [`react-center-component`](https://github.com/qimingweng/react-center-component). Same author, and all the same problems. That package also should be updated to make `react-modal-dialog` usable with react@16.
As I understand, for now, with cache-loader enabled and when there several files with linter errors, only warnings/errors from latest edited file are emitted. While normally results from all invalid...
Yes, that would be very good.
[Is it ok?](https://github.com/jeron-diovis/backbone.validation/commit/5cf566b22b74589249d34d48bea7f382ed44fd71)
> the constant Observable is created with the value already in the stream > You subscribe only the default from a property. First change is the "end" I thought than...