All Projects → rxjs-ninja → rxjs-ninja

rxjs-ninja / rxjs-ninja

Licence: MIT License
RxJS Operators for handling Observable strings, numbers, booleans and more

Programming Languages

typescript
32286 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rxjs-ninja

prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (-67.65%)
Mutual labels:  string, array, boolean, number
DataTypes
Built-in data types
Stars: ✭ 34 (-50%)
Mutual labels:  string, boolean, number
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-79.41%)
Mutual labels:  string, random, array
array
Pack of advanced PHP array functions
Stars: ✭ 45 (-33.82%)
Mutual labels:  array, array-methods, array-manipulations
js-explorer
Find the method you need without digging through the docs, directly on the command line!
Stars: ✭ 287 (+322.06%)
Mutual labels:  array, array-methods
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (-48.53%)
Mutual labels:  string, random
php-helpers
An extensive set of PHP helper functions and classes.
Stars: ✭ 27 (-60.29%)
Mutual labels:  string, array
DigitText
The module allows to translate numbers into a text equivalent. This is important in the billing.
Stars: ✭ 22 (-67.65%)
Mutual labels:  string, number
Random-Number-Generator
A clean, simple random number generator for Android. Downloaded 180,000+ times and rated 2,000+ times on Google Play with 4.7+ average rating.
Stars: ✭ 30 (-55.88%)
Mutual labels:  random, number
is-primitive
Is the typeof value a javascript primitive?
Stars: ✭ 35 (-48.53%)
Mutual labels:  string, number
constant-time-js
Constant-time JavaScript functions
Stars: ✭ 43 (-36.76%)
Mutual labels:  javascript-library, typescript-library
DS ALGO
Data Structures and algorithms
Stars: ✭ 20 (-70.59%)
Mutual labels:  string, array
lrng
Linux Random Number Generator
Stars: ✭ 57 (-16.18%)
Mutual labels:  random, number
imtool
🖼️ Client-side canvas-based image manipulation library.
Stars: ✭ 38 (-44.12%)
Mutual labels:  javascript-library, typescript-library
sqlweb
SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.
Stars: ✭ 38 (-44.12%)
Mutual labels:  javascript-library, typescript-library
react-picture-annotation
A simple annotation component.
Stars: ✭ 53 (-22.06%)
Mutual labels:  javascript-library, typescript-library
Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+176.47%)
Mutual labels:  string, array
javascript-strong-password-generator
JavaScript Strong Password Generator: based on Jeff Atwood's Post "Password Rules Are Bullshit".
Stars: ✭ 21 (-69.12%)
Mutual labels:  random, javascript-library
necktie
Necktie – a simple DOM binding tool
Stars: ✭ 43 (-36.76%)
Mutual labels:  javascript-library, typescript-library
CounterView
一个数字变化效果的计数器视图控件
Stars: ✭ 38 (-44.12%)
Mutual labels:  random, number

RxJS Ninja

The RXJS Ninja Logo

RxJS Ninja is a set of libraries that provide operators and observables for RxJS.

There are over 130 functions provided as operators or Observable generators, split down into separate modules for each domain.

Quality Gate Status codecov

Notice - Feb 2021

Please see notes on upcoming changes to RxJS package names

Packages

RxJS Ninja is composed of libraries separated into sets of functionality, you don't need to install all the operators at one time.

Below is each package npm name and version, once installed you can import any operator or observable into your project. You can also check out the source on GitHub.

Package / Version Description Documentation
rxjs-array Works with Array values and allow conversion to/from Set, Map and Object API Documentation
Changelog
Readme
rxjs-boolean Work with Boolean values, or get Boolean values from other types API Documentation
Changelog
Readme
rxjs-number Work with Number values, with conversion to and from String and modify or query values API Documentation
Changelog
Readme
rxjs-random Create Observables using random Number and String values API Documentation
Changelog
Readme
rxjs-string Work with String values, with features to modify and query them API Documentation
Changelog
Readme
rxjs-utility Utility operators such as side effects and working with other Stream sources, or converting data like temperature and weight values API Documentation
Changelog
Readme

Additional Information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].