Skip to content

Commit 7b59894

Browse files
committed
Build
1 parent 6debfc1 commit 7b59894

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-async-component-hoc
22

3-
> Async HOC for React developers (< 3kb gzip)
3+
> Async HOC for React developers (3kb gzip)
44
55
[![NPM](https://img.shields.io/npm/v/react-async-component-hoc.svg)](https://www.npmjs.com/package/react-async-component-hoc) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

@@ -46,6 +46,8 @@ const MyComponent = createAsyncComponent(function MyComponent({address}) {
4646

4747
4 practical examples can be found in the `example` project. `src/examples`
4848

49+
You can view them running [here](http://bethanycollinge.co.uk/react-async-component-hoc/).
50+
4951
## Basic Principles
5052

5153
The core of the library is the `createAsyncComponent` function which wraps your function and

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-component-hoc",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "Async HOC for react rendering",
55
"author": "miketalbot",
66
"license": "MIT",

0 commit comments

Comments
 (0)