We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c29660 commit 18ca164Copy full SHA for 18ca164
.gitignore
@@ -4,4 +4,5 @@
4
/node_modules
5
/build
6
/demo/node_modules
7
-/dist
+/dist
8
+/demo/build
README.md
@@ -16,6 +16,8 @@ npm i next-react-analytics --save
16
#### Uses latest React Hooks (16.8.x) and context API's under the hood.
17
18
19
+Demo available at https://kushalmahajan.github.io/
20
+
21
### Setup for redux app
22
23
0 commit comments