feat(create-rstack): add React library templates - #242
Conversation
Deploying rstack-cli with
|
| Latest commit: |
4410dad
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://aa6e76c0.rstack-cli.pages.dev |
| Branch Preview URL: | https://chenjiahan-feat-create-rstac-7n29.rstack-cli.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3a1054daed
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 055d60ab62
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
create-rstack currently only offers Node.js library templates, so React component library projects require manual setup.
This adds JavaScript and TypeScript React library templates with bundleless web output, React-aware linting, and DOM tests. Existing Node templates are renamed to
lib-node-*, whilelib-jsandlib-tsremain supported as compatibility aliases.