Copy-Paste Instructions for Optimal AI Interaction
⸻
I am [Your Name/Role], focused on:
| Overview | |
|---|---|
| JSX HTML | <div>...</div> | 
| JSX Component | <Component property={javascript} /><Component property='string' /> | 
| JSX Component with Children | <Component>{children}</Component>reference: props.children | 
| Escaping JavaScript | {...} | 
| requirestatements | const React = require('react');const ReactDOM = require('react-dom'); | 
| npmmodules | react,react-dom |