Originally published byDev.to
We've just released v0.2.0 of create-next-mui, making it even faster to scaffold a Next.js + MUI project.
The biggest addition in this release is plugin support. You can now install supported integrations into your project with a single command.
โจ What's New
๐ Plugin Support
Add Zustand to your project:
npx create-next-mui add zustand
Or install React Query:
npx create-next-mui add react-query
No manual setup. The CLI adds the required files and configuration for you.
โก Faster Project Creation
You can now skip prompts using default flags:
npx create-next-mui my-app --yes
Create a JavaScript project directly:
npx create-next-mui my-app --js
You can combine them as well:
npx create-next-mui my-app --js --yes
๐ฆ Other Improvements
- Added project name as a CLI argument.
- New templates for Zustand and React Query.
- Improved documentation.
- Initial plugin architecture for future extensions.
๐ Get Started
Create a new project:
npx create-next-mui my-app
Add plugins anytime:
npx create-next-mui add zustand
npx create-next-mui add react-query
I'd love your feedback and suggestions. If there's a plugin you'd like to see next, let me know!
๐บ๐ธ
More news from United StatesUnited States
NORTH AMERICA
Related News
Secret Claude Tracker Shocks Users After Anthropic's Anti-Surveillance Stance
12h ago
EV Batteries Defy Expectations, Last Hundreds of Thousands of Miles
1d ago
GBase 8a Performance Anomaly Case Study: How a Single Parameter Change Sparked a Chain Reaction
1d ago
Who Else Has Inherited a Codebase With Zero Comments and a Prayer?
1d ago
ๅฎ็พ็ๅนณๅบธ
3h ago