🛣 iles@0.4.2 adds support for dynamic parameters at build time
The getStaticPaths API should be familiar if you are coming from #nextjsiles-docs.netlify.app/guide/…
One of the effects @vite_js has had in the JS ecosystem:
🤝 Contributors from all frameworks can now work together to improve the tooling and push the boundaries of web development.
👋🏼 G'bye framework wars
🎉 Welcome collaboration!
Would you like to try îles? Now you can create a new project by running:
⌨️ npm init iles@next
The starter is based on the wonderful create-vue starter by @haoqunjiang!
New Feature in îles! ✨
You can now use plain JS with the hydration directives, allowing you to skip the Vue runtime.
In the short future this will allow to provide support for islands of Svelte, Solid, and other framework components.
This means you get to choose when and how the JS executes.
For example, use `client:visible` to run that JS only when the color picker is being displayed 🎨
Or `client:media` to avoid running code for the sidebar in mobile📱
github.com/ElMassimo/iles#hy…