Skip to content

Commit

Permalink
chore(project): build observable-hooks first
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 15, 2023
1 parent 869d373 commit 883303e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# [observable-hooks](https://github.com/crimx/observable-hooks)

[![Docs](https://img.shields.io/badge/Docs-read-%23fdf9f5)](https://observable-hooks.js.org)
[![npm-version](https://img.shields.io/npm/v/observable-hooks.svg)](https://www.npmjs.com/package/observable-hooks)
![TypeScript>=4](https://img.shields.io/badge/TypeScript-%E2%89%A54-%233178c6)
[![Build Status](https://github.com/crimx/observable-hooks/actions/workflows/build.yml/badge.svg)](https://github.com/crimx/observable-hooks/actions/workflows/build.yml)
[![Coverage Status](https://img.shields.io/coveralls/github/crimx/observable-hooks/master)](https://coveralls.io/github/crimx/observable-hooks?branch=master)

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000)](http://commitizen.github.io/cz-cli/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-brightgreen.svg?maxAge=2592000)](https://conventionalcommits.org)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Coverage Status](https://img.shields.io/codeclimate/coverage/crimx/observable-hooks)](https://codeclimate.com/github/crimx/observable-hooks)

![logo](https://github.com/crimx/observable-hooks/blob/master/logo.jpg?raw=true)

Concurrent mode safe React hooks for RxJS Observables. Simple, flexible, testable and performant.
Concurrent mode compatible React hooks for RxJS Observables. Simple, flexible, testable and performant.

- Seamless integration of React and RxJS.
- **Concurrent mode safe**.
- Concurrent mode compatible.
- Props, state and context to Observables.
- Observables to states and props events.
- Conditional rendering with stream of React Components.
Expand Down
2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "context",
"name": "example-context",
"version": "4.2.2",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/pomodoro-timer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pomodoro-timer",
"name": "example-pomodoro-timer",
"version": "4.2.2",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "suspense",
"name": "example-suspense",
"version": "4.2.2",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typeahead/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "typeahead",
"name": "example-typeahead",
"version": "4.2.2",
"private": true,
"dependencies": {
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "observable-hooks-mono",
"description": "React hooks for RxJS Observables. Simple, flexible, testable and performant.",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"keywords": [
"react",
"hooks",
Expand All @@ -16,7 +12,7 @@
"author": "CRIMX<[email protected]>",
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"build": "pnpm -F observable-hooks build && pnpm -F example-* build",
"test": "pnpm -F observable-hooks test",
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
Expand Down

0 comments on commit 883303e

Please sign in to comment.