react-cookie
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "react-cookie", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Load and save cookies within your React application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# react-cookie | ||
Load, save and remove cookies within your React application | ||
## Isomorphic cookies! | ||
You can also plug it directly with a Node.js request by adding just before the renderToString: `reactCookie.plugToRequest(req, res);`<br /> | ||
@@ -5,0 +6,0 @@ *(require the cookieParser middleware)* |
13888
114