React 18.3
Vue 3.4
Next.js 15
App.jsx
▶ Run
import
{ useState }
from
'react'
export default function
App
() {
const
[n, set]
=
useState
(0)
return
<button
onClick
={()=>
set
(n+1)}>
Count:
{
n
}
</button>
}
$
npm run dev
✓ Ready on :3000
Welcome back.
Log in to Staffcoder to continue to your workspaces.
Email
Password
Forgot password?
Sign in