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
Back to home
Create your account
Join thousands of engineers preparing for technical interviews at top companies.
First name
Last name
Email
Password
Confirm password
Create account
or sign up with
Google
GitHub
LinkedIn
Already have an account?
Sign in