harlem VS itrack

Compare harlem vs itrack and see what are their differences.

harlem

Powerfully simple global state management for Vue 3 (by andrewcourtice)

itrack

A minimal task-based time tracker. All future development of this project has moved to Codeberg. (by ttntm)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
harlem itrack
11 3
511 34
- -
4.6 5.1
8 months ago 2 months ago
TypeScript JavaScript
MIT License GNU General Public License v3.0 only
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.

harlem

Posts with mentions or reviews of harlem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-27.

itrack

Posts with mentions or reviews of itrack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-11.
  • Show HN: Made a Simple Task-Based Time Tracker
    2 projects | news.ycombinator.com | 11 Jun 2021
    Hi all, leaving this little web app here that I made on a weekend back in February.

    I'm still using it daily as it helps me in keeping track of all the different tasks and tickets I work on during the day.

    It's completely free and open source too, the code can be found here: https://github.com/ttntm/itrack

  • Vue 3 Composition API and Global State Management without Vuex
    2 projects | /r/vuejs | 1 Mar 2021
    If you want to have read-only values (protected from unintended mutations from outside your State composable) you could have a look at lines 13 and 14 here - I'm using Vue's computed() to create minimal getters (read-only values) before returning them for use in the app via useStore().

What are some alternatives?

When comparing harlem and itrack you can also consider the following projects:

pinia - ๐Ÿ Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support

direct-vuex - Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.

pinia-undo - ๐Ÿ Undo/Redo plugin for pinia.

pinia-shared-state - ๐Ÿ Sync your Pinia state across browser tabs.

typesafe-vuex - A simple way to get static typing, static code analysis and intellisense with Vuex library - maintained fork of vuex-typescript

diffx - A state management library for React, Vue.js, Svelte, Angular and vanilla javascript

kairo - A uniform interface for building front-end applications

vuexok

vuex - ๐Ÿ—ƒ๏ธ Centralized State Management for Vue.js.

ocula - The free and open-source progressive weather app

XMachineVue - The xMachineVue library combines concept of a state machine with a reactive store. By combining these two concepts, it allows you to manage your applicationโ€™s state in a structured and predictable way. It provides you with the ability to define different states and transitions between them, while also allowing you to reactively track changes to you

v-bucket - ๐Ÿ“ฆ Fast, Simple, and Lightweight State Manager for Vue 3.0 built with composition API, inspired by Vuex.