Based on our record, vuex should be more popular than aerc. It has been mentiond 60 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Something I have already seen in many different code bases using frontend libraries like React and Vue is that developers use advanced state management solutions (e.g. Redux, Vuex, or Pinia) way too often. - Source: dev.to / 2 months ago
Document address: Vuex official document. - Source: dev.to / 4 months ago
To avoid prop drilling we can make use of state management library like Vuex and Pinia, but for this article I will demonstrate of using Vue provide and inject. Let's refactor our components. - Source: dev.to / 10 months ago
Flexibility: Vue is also flexible but provides more built-in solutions out of the box, such as Vue Router for navigation and Vuex for state management. This can reduce the need for additional libraries and make development more straightforward. - Source: dev.to / 10 months ago
If you have been using Vue.js before 3.x you are probably familiar with Vuex now renamed Pinia. It allows you to have a centralized state that is shared across all your application components. If you have ever found yourself in situations where you are passing data/props between components and things are getting complicated, a centralized state is the answer. - Source: dev.to / 11 months ago
How about (inspired by another HN post) - a rebuild of a TUI for email, given how its built: https://blog.sergeantbiggs.net/posts/aerc-a-well-crafted-tui-for-email/ https://aerc-mail.org/ It seems that building a version of this Aerc Email TUi with Instant is a completely doable? Might be an interesting tutorial to build out an Instant FroBenDB (Instant is an instant Front-BackendDB :-) --- btu the txtual nature... - Source: Hacker News / 8 months ago
The official site has video of it in use. https://aerc-mail.org/. - Source: Hacker News / 8 months ago
You have some points, for some I do think it isn't as bad as you write. FWIW, some comments inline. > - You can't subscribe to a single PR/bug/feature-request thread. Subscription to the mailing list is all-or-nothing. And no, setting up email filters is not a reasonable solution. You can use tools like public-inbox or lei, the former is hosted for bigger projects on https://lore.kernel.org/ If you're interested,... - Source: Hacker News / over 1 year ago
> Another problem is how badly email threading is displayed in these clients. Email UI is still abysmal. Fair point. However, given that the current alternative is "use another service entirely (e.g. GitHub)", I think it would be fair to assume that devs could choose a good e-mail client and learn how to format such e-mails correctly. It works for Linux, for instance. I started using Aerc, and I love it:... - Source: Hacker News / over 1 year ago
For fans of Mutt/NeoMutt looking to try something new, I've been getting a lot of mileage out of Aerc[1] and can recommend it as a somewhat more approachable alternative for the Mutt-curious. [1] https://aerc-mail.org/. - Source: Hacker News / about 2 years ago
MobX - Simple, scalable state management
Mu4e - Starting with version 0.9.8, mu provides an emacs-based e-mail client which uses mu as its back-end: mu4e.
Redux.js - Predictable state container for JavaScript apps
NeoMutt - NeoMutt is a command-line mail reader. It's a version of https://alternativeto.
Vue.js - Reactive Components for Modern Web Interfaces
Mutt - Mutt is a small but very powerful text-based mail client for Unix operating systems.