Coder Social home page Coder Social logo

Comments (4)

jayphelps avatar jayphelps commented on June 15, 2024 3

@BerkeleyTrue there's some internal discussion around this right now. There is a high probability RxJS will start adding more operators (like this one), even though the last public discussion in that thread ReactiveX/rxjs#1928 (and others) was that we didn't want to add more.

The big kicker is file size bloat for UMD and import Rx from 'rxjs' usage. To still keep that lean, we're considering shifting a number of existing operators (and any new ones) to separate builds for UMD and namespaced for CJS/ES.

e.g.

import Rx from 'rxjs';
import 'rxjs/kitchen-sink';
// or
// import 'rxjs/kitch-sink/add/operator/onErrorReturn';

This would be an easier decision if RxJS had a true monorepo, but several of us have tried and all gave up (for now) frustrated with our super super complicated build requirements. It sounds silly, but we all thought "it can't be that hard" and ultimately came out saying "mother of gawd..."

No promises, either way. But for now I'm waiting until a more formal decision is made around this for RxJS.

Others are (of course) certainly welcome to take my code from ReactiveX/rxjs#1928 and either keep a local copy in their app or publish their own library.

As an aside, we're going to start being a little more formal with RxJS meetings--now being held every 2 weeks--I'm proposing to the group next meeting that we release meeting agenda and notes similar to reactjs/core-notes and emberjs/core-notes.

from redux-observable.

jayphelps avatar jayphelps commented on June 15, 2024 2

After discussing with numerous people, I think this is a great addition to core so I've made a PR for this. We'll bikeshed there. ReactiveX/rxjs#1928

from redux-observable.

BerkeleyTrue avatar BerkeleyTrue commented on June 15, 2024 1

This is 99.99% of my use of the catch operator.

from redux-observable.

BerkeleyTrue avatar BerkeleyTrue commented on June 15, 2024

Since this will not be added to core, are we adding an operator to this library?

from redux-observable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.