-
Notifications
You must be signed in to change notification settings - Fork 388
Stylex create app help and templates #1464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
workflow: benchmarks/perfComparison of performance test results, measured in operations per second. Larger is better.
|
workflow: benchmarks/sizeComparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.
|
| "name": "@stylexjs/create-stylex-app", | ||
| "version": "0.1.0", | ||
| "name": "create-stylex-app", | ||
| "version": "0.1.0-alpha.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "version": "0.1.0-alpha.2", | |
| "version": "0.17.6-alpha.2", |
mellyeliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LG, please add screenshots of the different commands (help) etc. Then we can test it out properly with an alpha release.
39425a5 to
6b6011c
Compare
What changed / motivation ?
Please include relevant motivation and context
Improved create-stylex-app CLI and fix example template dependencies.
CLI Changes:
with descriptions and "(recommended)" labels instead of a comma-separated string
Example Fixes:
to canary version, update @cloudflare/workers-types for wrangler compatibility
upgrade Vitest from v3 to v4
wasn't in package.json)
These fixes ensure all templates work out-of-the-box when users run create-stylex-app.
Template Fixes
Next.js
Webpack & Rollup
Fixed missing @babel/preset-flow dependency.
Waku
Fixed waku version mismatch (waku@1.0.0-alpha.0 → waku@0.27.1) to resolve
react-server-dom-webpack peer dependency conflict.
RedwoodSDK
Fixed react-server-dom-webpack version mismatch (19.2.1 → 19.3.0-canary-561ee24d-20251101) to
match the canary React version.
Storybook
Fixed @vitest/browser version mismatch (^3.2.4 → ^4.0.13) to match vitest@^4.0.13.


Published Main Issue: react@19.3.0-canary vs react-server-dom-webpack@19.2.1 mismatch

Your Branch Status: ✅ Fixed (matching canary versions)
Linked PR/Issues
Fixes #1456
Additional Context
I installed dependencies and tested all of the templates which had npm run dev configs.
Testing process:
Pre-flight checklist
Contribution Guidelines