From e689b573c07d050e5aef05ab9ba118e5cc112f78 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Tue, 30 Jun 2020 18:02:09 +0200 Subject: [PATCH] Re-RxJs -> React-RxJS --- README.md | 30 +++++++++++++++--------------- package-lock.json | 4 ++-- package.json | 10 +++++----- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 563148d..27a6fde 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
-

Re-RxJS

+

React-RxJS

Re-RxJS Logo

React bindings for RxJS

@@ -15,13 +15,13 @@
-[![Build Status](https://img.shields.io/travis/re-rxjs/re-rxjs.svg?style=flat-square)](https://travis-ci.org/re-rxjs/re-rxjs) -[![codecov](https://img.shields.io/codecov/c/github/re-rxjs/re-rxjs.svg?style=flat-square)](https://codecov.io/gh/re-rxjs/re-rxjs) -[![version](https://img.shields.io/npm/v/re-rxjs.svg?style=flat-square)](https://www.npmjs.com/package/re-rxjs) -[![MIT License](https://img.shields.io/npm/l/re-rxjs.svg?style=flat-square)](https://github.com/re-rxjs/re-rxjs/blob/main/LICENSE) +[![Build Status](https://img.shields.io/travis/react-rxjs/react-rxjs.svg?style=flat-square)](https://travis-ci.org/react-rxjs/react-rxjs) +[![codecov](https://img.shields.io/codecov/c/github/react-rxjs/react-rxjs.svg?style=flat-square)](https://codecov.io/gh/react-rxjs/react-rxjs) +[![version](https://img.shields.io/npm/v/react-rxjs.svg?style=flat-square)](https://www.npmjs.com/package/react-rxjs) +[![MIT License](https://img.shields.io/npm/l/react-rxjs.svg?style=flat-square)](https://github.com/react-rxjs/react-rxjs/blob/main/LICENSE) [![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) -[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/re-rxjs/re-rxjs/blob/main/CODE_OF_CONDUCT.md) +[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/react-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md) Main features @@ -30,7 +30,7 @@ Main features - :zap: Highly performant and free of memory-leaks - :twisted_rightwards_arrows: First class support for React Suspense and [ready for Concurrent Mode](https://github.com/dai-shi/will-this-react-global-state-work-in-concurrent-mode#results) - :scissors: Decentralized and composable, thus enabling optimal code-splitting -- :microscope: [Tiny and tree-shakeable](https://bundlephobia.com/result?p=re-rxjs) +- :microscope: [Tiny and tree-shakeable](https://bundlephobia.com/result?p=react-rxjs) - :muscle: Supports TypeScript ## Table of Contents @@ -52,7 +52,7 @@ Main features ## Installation - npm install re-rxjs + npm install react-rxjs ## API @@ -234,7 +234,7 @@ const Counter: React.FC<{id: string}> = ({id}) => { import React, { Suspense } from "react" import { Subject } from "rxjs" import { startWith, map } from "rxjs/operators" -import { connectObservable, switchMapSuspended } from "re-rxjs" +import { connectObservable, switchMapSuspended } from "react-rxjs" import { Header, Search, LoadingResults, Repo } from "./components" interface Repo { @@ -342,11 +342,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - + + - - + +

Josep M Sobrepere

πŸ’» πŸ€” 🚧 ⚠️ πŸ‘€ πŸ“–

VΓ­ctor Oliva

πŸ€” πŸ‘€ πŸ’» ⚠️ πŸ“–

Josep M Sobrepere

πŸ’» πŸ€” 🚧 ⚠️ πŸ‘€ πŸ“–

VΓ­ctor Oliva

πŸ€” πŸ‘€ πŸ’» ⚠️ πŸ“–

Ed

🎨

Pierre Grimaud

πŸ“–

Bhavesh Desai

πŸ‘€ πŸ“– ⚠️

Pierre Grimaud

πŸ“–

Bhavesh Desai

πŸ‘€ πŸ“– ⚠️
diff --git a/package-lock.json b/package-lock.json index 00cc7ff..c0d28b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "re-rxjs", - "version": "0.2.0-alpha.6", + "name": "react-rxjs", + "version": "3.0.0-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3297cc5..bdd4bd7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "version": "0.2.0-alpha.6", + "version": "3.0.0-alpha.0", "bundlesize": [ { - "path": "./dist/re-rxjs.cjs.production.min.js", + "path": "./dist/react-rxjs.cjs.production.min.js", "maxSize": "6 kB", "compression": "none" } @@ -10,7 +10,7 @@ "sideEffects": false, "repository": { "type": "git", - "url": "git+https://github.com/re-rxjs/re-rxjs.git" + "url": "git+https://github.com/react-rxjs/react-rxjs.git" }, "license": "MIT", "main": "dist/index.js", @@ -41,9 +41,9 @@ "semi": false, "trailingComma": "all" }, - "name": "re-rxjs", + "name": "react-rxjs", "author": "Josep M Sobrepere", - "module": "dist/re-rxjs.esm.js", + "module": "dist/react-rxjs.esm.js", "devDependencies": { "@josepot/rxjs-utils": "^0.12.0", "@testing-library/react": "^10.4.3",