Untitled
v1
Share
Learn
Sign In
Sign Up
FILES
src
App.jsx
index.jsx
style.css
index.html
package.json
Items: 0
PACKAGES
react
18.0.0
react-dom
18.0.0
Items: 0
Ruslan
✓
@ianberdin
Discord
App.jsx
index.jsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import React from "react";
export function App
(
)
{
const
[
data, setData
]
= React.useState
(
{
test: "hello"
}
)
;
const change =
(
e
)
=>
{
data.test = e.target.value;
setData
(
data
)
;
}
;
return <input value=
{
data.test
}
onChange=
{
change
}
></input>;
}
Console
Website View
?
1
Rename
Clone
Save
Delete
Export
Set Default
Set Favorite
Share
Save
Copy Link
Share to web
Allow editing
Online chat
Help & support guide
Report abuse
Report a bug
Roadmap
Changelog
Windows App
MacOS App
Linux App
Keyboard shortcuts
Privacy
PlayCode v2025.5.15
Clear Logs
Clear on Run
Scroll to End
Restart
Ctrl + R
Hard Restart
Ctrl + ⇧ + R
Live View
Live View Delay
Loop Protection
Run on Opening
Deployment
Publish
https://911220.playcode.io
Share to web
Share website with anyone
.playcode.io
Add custom domain
Need help to setup custom domain?
Click here
.
Zoom
White Background
100