Counter example ( NextJs + Javascript not TSX) #913
Replies: 1 comment 7 replies
-
Is it a nextjs specific issue? Do you have no problems with CRA? In such a case, how about starting with a single page in nexjs? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying out NextJs as I tried to go back into programming.
I wanted to have two pages
Counter Page > will show the three counter
Trigger Page > has button to trigger either of the three counter in the other page
I am using the Jotai based on the example here about the clock https://codesandbox.io/s/nextjs-with-jotai-5ylrj?file=/components/Clock.js
however can't figure why the counter is not updating.. Appreciate if someone can help me on this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions