export const knowledgeReact = { name: "React", environment: "frontend", usecase: "Use React to simplify the development of more complex frontend applications", prompt: `**React 19 via esm.sh** - DO NOT use direct jsx/tsx. This is NOT supported. You must use the React API e.g. \`React.createElement\`. - **HTML Code Structure:** Follow this structure for generating the necessary html code. React 19 Demo
`, } as const;