question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does rxjs-no-wholesale still had a life meaning ?

See original GitHub issue

According the rxjs v6 breaking changes, a lot of features will no longer be available with a deep import.

So, we will have to import interface like this:

import { Observable, Subject } from 'rxjs';

Instead of:

import { Observable } from 'rxjs/Observable';
import { Subject } from 'rxjs/Subject';

As the rxjs-no-wholesale rule suggest.

So, does we still need this rule for the next rxjs release ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DaSchTourcommented, Feb 10, 2018

@evanliomain So this may be a point that should be documented. Just keep in mind that not every project will switch to rxjs 5 immediately after release. So it might make sense to keep this rule for years after release of rxjs 6 and usage of rules with v5 and v6 needs to be documented. I bet there will be new rules that will just make sense with rxjs 6.

1reaction
cartantcommented, Feb 8, 2018

No, it won’t be needed, but I don’t anticipate making any changes to the rules until there is a version 6 beta. When there is a beta release, I’ll publish a version of this package using the beta tag, etc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get a life (idiom) - Wikipedia
Sometimes the phrase is used to describe people who are viewed as officious or meddling in the affairs of others. It is another...
Read more >
The Meaning of Life - Stanford Encyclopedia of Philosophy
Still another argument is that only with God could the deepest desires of human nature be satisfied (e.g., Goetz 2012; Seachris 2013, 20; ......
Read more >
What Is the Meaning of Life According to Positive Psychology
“Life has no meaning. Each of us has meaning and we bring it to life. It is a waste to be asking the...
Read more >
What is the difference between 'live' and 'life'? - ProWritingAid
Live means to be alive ; to have life when used as a verb. Live is also used ... Life is a noun...
Read more >
Definition of survivor - NCI Dictionary of Cancer Terms
One who remains alive and continues to function during and after overcoming a serious hardship or life-threatening disease. In cancer, a person is ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found