v0.2.1 #19
jrestall
announced in
Announcements
v0.2.1
#19
Replies: 1 comment
-
Thanks for the update! Needing to configure less things out of the box is great! I ran into some challenges with the version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
:rocket v0.2.1 has been released on npm.
There's a breaking change,
This release enables a much smoother RemixKit install with a npx command to handle everything
npx remix-kit@latest install
. Please see the updated getting started guide. You can now introduce Vite & HMR to your project alongside the existing Remix dev experience in under a minute, with no or minor changes to your code.The getting started guide is much smaller and simpler, with no need to edit any server or root.tsx files. ReactRefresh is automatically injected and the CSS ?url suffix is handled for you.
Beta Was this translation helpful? Give feedback.
All reactions