Add cookies to store app state
also store transaction history to review. Next step - listing transaction status.
Showing
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"react": "^16.2.0", | "react": "^16.2.0", | ||
"react-cookies": "^0.1.0", | |||
"react-dom": "^16.2.0", | "react-dom": "^16.2.0", | ||
"react-helmet": "^5.2.0", | "react-helmet": "^5.2.0", | ||
"react-scripts": "1.1.0", | "react-scripts": "1.1.0", | ||
... | ... |
Please register or sign in to comment