🍞 KS React Component BakeryWelcome to the KS React Component Bakery — the only place in VS Code where your React components rise to perfection. Why knead boilerplate by hand when the bakery can mix, proof, and bake everything for you? Pick your ingredients (TypeScript? React 18? A sprinkle of test files?), choose where you want your pastry component to live, and voilà — a freshly baked component folder appears, warm and editor-ready. Consistent. Delicious. And absolutely mess-free. 🥐 UsageThere are two ways to add a new React component. Button
Context Menu
🧁 FeaturesReal-Time ValidationThere are a couple of validation happening when typing the component name. No Spaces
No Special Characters
PascalCase
No Duplicate Components
🥣 Ingredient Options🟦 Use TypeScriptGenerate your component using ⚛️ Target React 18+Adds React 18-compatible patterns to the baked component. 🧪 Generate Test FileIncludes a ready-to-use test file:
🧱 Named ExportExports your component like:
🍱 Export All (requires Named Export)Re-exports everything from the component module:
Useful for barrel files and cleaner imports. 🍪 Known IssuesSince there isn't an official API to get the selected file's URI, I had to utilize the 🎉 Release Notes1.1.0Added Export All option 1.0.0Initial release of KS React Component Bakery |





