-
Notifications
You must be signed in to change notification settings - Fork 6
cra-template-microcms-field-extension-appが非推奨&メンテナンスしない旨をREADMEに追記 #25
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
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
| > [!CAUTION] | ||
| > This is deprecated and will not be maintained. | ||
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.
このように書きました。
| - [`microcms-field-extension-api`](./packages/api/): This library do not depend framework (eg React, Vue.js ...) | ||
| - [`microcms-field-extension-react`](./packages/react/): This library is useful when using React | ||
| - [`microcms-cra-template`](./packages/cra-template/): This directory is template for [`create-react-app`](https://create-react-app.dev/) | ||
| - ~[`microcms-cra-template`](./packages/cra-template/): This directory is template for [`create-react-app`](https://create-react-app.dev/)~ |
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.
取り消し線で表示するようにしています。
dc7290
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.
ありがとうございます!
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
CRA自体が非推奨なものになったので、このリポジトリ内の
cra-template-microcms-field-extension-appに非推奨な旨をREADMEに書きました。https://react.dev/blog/2025/02/14/sunsetting-create-react-app
また、リリースワークフローで
cra-templateの選択肢を削除しました。まだnpmで配信されているものはdepreateしていないです。