To eleventy and beyond! The all-in-one tool for templates where you want them, component frameworks where you need them
Slinkity is a tool that simplifies the process of handling styles and component frameworks on an 11ty site. It allows users to unlock component frameworks like React for writing page templates and layout templates. Slinkity also includes powerful shortcodes to insert components into existing pages and provides the ability to hydrate these components when and how the user wants. Additionally, Slinkity bundles all resources with the power of Vite, allowing users to use their favorite CSS preprocessor, JS minifier, and more with minimal configuration. It is currently in early alpha and not recommended for production use.
To install Slinkity, use the following steps:
npm init slinkity
Slinkity is a tool that simplifies the handling of styles and component frameworks on an 11ty site. It unlocks the use of component frameworks like React, provides powerful shortcodes to insert components into pages, allows for flexible hydration of components, and bundles resources using Vite. However, it is currently in early alpha and not recommended for production use.