You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the deprecation of create-react-app and our old next-eui-starter being obsolete, we should provide a new and easy-to-maintain way to support Next.js projects.
Next.js is often used for quick prototyping, and considering the recent create-react-app deprecation, it effectively became the standard way of bootstrapping React applications. We want to make it easy for customers to set up Next.js with EUI installed and ready to go.
The previously used approach of setting up a repo with the output of create-next-app and adding EUI isn't cutting it anymore. We want a stable solution that'll (hopefully) withstand major Next.js and EUI upgrades without regularly maintaining it. To achieve that, we should utilize the create-next-app's examples feature that allows bootstrapping a new Next.js app with a template added on top of it when --example parameter is provided.
Summary
With the deprecation of create-react-app and our old next-eui-starter being obsolete, we should provide a new and easy-to-maintain way to support Next.js projects.
Next.js is often used for quick prototyping, and considering the recent create-react-app deprecation, it effectively became the standard way of bootstrapping React applications. We want to make it easy for customers to set up Next.js with EUI installed and ready to go.
The previously used approach of setting up a repo with the output of
create-next-app
and adding EUI isn't cutting it anymore. We want a stable solution that'll (hopefully) withstand major Next.js and EUI upgrades without regularly maintaining it. To achieve that, we should utilize the create-next-app's examples feature that allows bootstrapping a new Next.js app with a template added on top of it when--example
parameter is provided.Acceptance criteria
The text was updated successfully, but these errors were encountered: