File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# react-async-component-hoc
2
2
3
- > Async HOC for React developers (< 3kb gzip)
3
+ > Async HOC for React developers (3kb gzip)
4
4
5
5
[ ![ 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 )
6
6
@@ -46,6 +46,8 @@ const MyComponent = createAsyncComponent(function MyComponent({address}) {
46
46
47
47
4 practical examples can be found in the ` example ` project. ` src/examples `
48
48
49
+ You can view them running [ here] ( http://bethanycollinge.co.uk/react-async-component-hoc/ ) .
50
+
49
51
## Basic Principles
50
52
51
53
The core of the library is the ` createAsyncComponent ` function which wraps your function and
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-async-component-hoc" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Async HOC for react rendering" ,
5
5
"author" : " miketalbot" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments