Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
MrDeer
Explore posts from servers
N
Nuxt
R
Railway
Posts
Comments
N
Nuxt
•
Created by MrDeer on 6/13/2024 in
#❓・help
How to use useState with functions inside
Like this for example:
setHeader({
secondary: {
click: () => navigateTo('/');
}
})
setHeader({
secondary: {
click: () => navigateTo('/');
}
})
6 replies
N
Nuxt
•
Created by MrDeer on 6/13/2024 in
#❓・help
How to use useState with functions inside
of course, try setting click to function and render it on ssr. it will fail, because useState cant hold functions in state
6 replies
N
Nuxt
•
Created by Jure on 12/17/2022 in
#❓・help
ESLint required dependencies
just install typescript as dev-dependency
11 replies