React Console Lab
Write a small React component, render it in the page, and inspect logs beside the preview. This first slice is designed for props, state, events, and conditional rendering drills.
React Editor
readyComponent input
Write a local `App` component, render it, and inspect logs without leaving the page.
React Preview
Rendered output
The preview renders your `App` component and keeps console output nearby.
Run the starter component to render a preview.
Console Output
React logs
Logs from the render function are captured here for quick debugging.
React preview output will appear here.