windicss
Next generation utility-first CSS framework. (by voorjaar)
pinia
š Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support (by vuejs)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builderās entire look and feel to your usersā needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
windicss | pinia | |
---|---|---|
10 | 34 | |
6,548 | 14,026 | |
-0.0% | 0.9% | |
0.0 | 9.2 | |
about 1 year ago | 12 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
windicss
Posts with mentions or reviews of windicss.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-19.
-
Vite 2.x + Vue 3.x + quasar 2.x + windcss 3.x starter ā”
why not use Windi CSS or Tailwind css?
- Goodbye CSS Modules, Hello TailwindCSS
- Does anyone have TailwindCSS jit working in Nuxt 3?
-
Top 4 Tailwind CSS alternatives for 2021
Windi CSS, in contrast to Tachyons, is a very fresh framework. Started in the late December of 2020, itās already gained a lot of attention and currently sits at respectable 1.5K GitHub stars.
-
Just-In-Time: The Next Generation of Tailwind CSS
No mention of Windi CSS? Didn't it inspire this?
-
Ok fine⦠TailwindCSS rocks!
However I decided it was time to question my own biases. I installed Tailwind Intellisense for VS Code and started up a test project with a starter that included Tailwind (actually it uses Windi, which is a Tailwind compiler). I then started making a basic site, forcing myself to use the utility classes for (most) all of the styling.
- Windi CSS: Tailwind CSS Compiler
-
Introduce vue-windicss-preprocess, the best way to interact with vue and tailwindcss.
For more details, please check windicss
-
Introduce svelte-windicss-preprocess, the best way to interact with svelte and tailwindcss.
You can check the README of windicss (https://github.com/voorjaar/windicss). Compared with postcss, it runs faster, can be built in real time and does not require plugins such as autoprefixer and purgecss to increase the complexity of configuration. And windicss extends the utilities and variants of tailwindcss. For example, you can directly use p-1.3rem or bg-hex-fff just like atomic css. And we also have a compilation mode, which can combine a line of classes into one to increase the readability of html.
- I built a new tailwindcss compiler with Typescript. It runs fast, can build css in real-time during development, well-matched with vue and svelte. Give it a try. If you like leave a star, or send some feedback if you find problems. Pull requests are most helpful.
pinia
Posts with mentions or reviews of pinia.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-29.
-
Comprehensive Guide to Pinia for State Management in Vue.js
Pinia GitHub Repository - For those who like to learn from source code
-
Better DX in Vue apps with Vite Devtools
Pinia tab is a feature integrated with Pinia, allowing you to view the registered modules and their details.
- [Vue Js] Comment se moquer de Pinia pour un composant d'essai d'union avec le plus vibrƩ plus vitreux et le plus
-
Alternative libs to migrate from React to Vue (or Vue to React)
pinia
-
Learning React
If you like Vuex, you'll love Pinia (the new official Vue state management library). At least, I enjoyed recently migrating my personal app from Vuex to Pinia. Pinia is even simpler / more straightforward than Vuex (and even more so compared to Redux).
- Pinia setup or option?
-
Can't v-model to pinia store variables
Related
-
Making Nuxt.js clone with Vue 3 and Vite (Vue Server Side Rendering)
const authMiddleware: Middleware = ({ pinia }) => { // !!! Important !!! // tell all the stores you are contacting // Pinia instance, otherwise you will have problems because Pinia will access the global object // https://github.com/vuejs/pinia/blob/8626aac0049243de231401a01fe20092eeaf279c/packages/pinia/src/store.ts#L870 if (!authStore(pinia).isAuth) { return { path:'/login', status: 401, } } }
-
[h3] [unhandled] H3Error: __vite_ssr_import_0__.defineStore is not a function
When installing the "pinia" package via npm i pinia, I got a bunch of errors, similar to what's described here. This seems to be an issue with npm. Solution to that : install using yarn add -D pinia
-
The Future of State Management in Vue.js
Does using the main branch of pinia fix your issue? Over aggressive unwrapping was changed in https://github.com/vuejs/pinia/pull/1444
What are some alternatives?
When comparing windicss and pinia you can also consider the following projects:
Tailwind CSS - A utility-first CSS framework for rapid UI development.
unplugin-auto-import - Auto import APIs on-demand for Vite, Webpack and Rollup
tachyons - Functional css for humans
harlem - Powerfully simple global state management for Vue 3
unocss - The instant on-demand atomic CSS engine.
zustand - š» Bear necessities for state management in React

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builderās entire look and feel to your usersā needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured