ts-reducer-creator icon indicating copy to clipboard operation
ts-reducer-creator copied to clipboard

Make rxjs dependency optional

Open ProdigySim opened this issue 7 years ago • 1 comments

I'm finally going to pick up this pattern for making reducers, but my project does not use rxjs at all.

Is there any way to make the dependency of rxjs optional? Or would it be a better idea to fork this code?

It looks like optional dependencies may be supported by npm, but I have never used them before.

ProdigySim avatar Sep 27 '18 21:09 ProdigySim

Do you worry about bundle size? I belive core rxjs 6 code should be pretty small.

ptol avatar Sep 28 '18 05:09 ptol