Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flut1 committed Dec 19, 2018
1 parent d18945b commit 90acf68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/usage/client-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ This guide uses the example page setup described on the [start page of usage gui

## Deferring initialization to the client (browser)

This feature will be in the next release (v1.0)
{: .bg-red-000.m-1.p-6 }

Sometimes we don't want a component to initialize on the server. Here are some example reasons:

- We want to load a component later because it is not critical to the user experience
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-component-init",
"version": "1.0.0-rc.4",
"version": "1.0.0",
"description": "A library to manage async cpmponent initialization in isomorphic React/Redux applications with server-side rendering",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 90acf68

Please sign in to comment.