Skip to content

Commit

Permalink
Update branch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
santino committed Jun 7, 2022
1 parent 7a3a2e6 commit 7e6ab10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ jobs:
run: yarn build
- name: Check bundle-size
env:
CI_BRANCH_BASE: main
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
run: yarn bundlewatch
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![licence](https://badgen.net/github/license/santino/react-concurrent-router)](https://github.com/santino/react-concurrent-router/blob/master/LICENCE) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![npm version](https://badgen.net/npm/v/react-concurrent-router)](https://www.npmjs.com/package/react-concurrent-router) [![CI](https://github.com/santino/react-concurrent-router/actions/workflows/ci.yml/badge.svg)](https://github.com/santino/react-concurrent-router/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/santino/react-concurrent-router/badge.svg?branch=master)](https://coveralls.io/github/santino/react-concurrent-router) [![Bundlesize](https://badgen.net/bundlephobia/minzip/react-concurrent-router)](https://bundlephobia.com/package/react-concurrent-router) [![TreeShaking](https://badgen.net/bundlephobia/tree-shaking/react-concurrent-router)](https://bundlephobia.com/package/react-concurrent-router)
[![licence](https://badgen.net/github/license/santino/react-concurrent-router)](https://github.com/santino/react-concurrent-router/blob/main/LICENCE) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![npm version](https://badgen.net/npm/v/react-concurrent-router)](https://www.npmjs.com/package/react-concurrent-router) [![CI](https://github.com/santino/react-concurrent-router/actions/workflows/ci.yml/badge.svg)](https://github.com/santino/react-concurrent-router/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/santino/react-concurrent-router/badge.svg?branch=main)](https://coveralls.io/github/santino/react-concurrent-router) [![Bundlesize](https://badgen.net/bundlephobia/minzip/react-concurrent-router)](https://bundlephobia.com/package/react-concurrent-router) [![TreeShaking](https://badgen.net/bundlephobia/tree-shaking/react-concurrent-router)](https://bundlephobia.com/package/react-concurrent-router)

# react-concurrent-router (RCR)
Performant routing embracing React [Concurrent UI patterns](https://it.reactjs.org/docs/concurrent-mode-patterns.html)
Expand Down

0 comments on commit 7e6ab10

Please sign in to comment.