Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce bundle size by using rxjs modularity #66

Closed
gadyonysh opened this issue Nov 15, 2016 · 1 comment
Closed

Reduce bundle size by using rxjs modularity #66

gadyonysh opened this issue Nov 15, 2016 · 1 comment

Comments

@gadyonysh
Copy link

Hello,

I want to reduce my app bundle size and not to include all rxjs in redux-elm sagas implementation.
I've replaced in RxjsSaga.js and ReduxSaga.js
import { Subject } from 'rxjs';
with
import { Subject } from 'rxjs/Subject';
as described here
After that my app bundle size reduced by ~186kB with no changes in functionality.

Do we really need to include all rxjs inside redux-elm?

@tomkis
Copy link
Collaborator

tomkis commented Feb 23, 2017

Rxjs is not part of redux-elm (prism) anymore.

@tomkis tomkis closed this as completed Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants