DEV Community

Discussion on: Streaming Redux state as an Observable with RxJS

Collapse
 
universegalaxy1112 profile image
universegalaxy1112

How can we get it done with typescript?
Especially in the following part.
import { from } from 'rxjs/observable/from';

const state$ = from(store);