{"id":19909993,"url":"https://github.com/aitoroses/tessel","last_synced_at":"2025-07-10T07:05:34.570Z","repository":{"id":30338394,"uuid":"33890771","full_name":"aitoroses/Tessel","owner":"aitoroses","description":"An opinionated way of handling application state in react","archived":false,"fork":false,"pushed_at":"2015-11-20T14:56:35.000Z","size":156,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T13:57:03.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aitoroses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-13T20:01:16.000Z","updated_at":"2016-02-22T00:45:55.000Z","dependencies_parsed_at":"2022-08-29T16:11:49.143Z","dependency_job_id":null,"html_url":"https://github.com/aitoroses/Tessel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aitoroses/Tessel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2FTessel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2FTessel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2FTessel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2FTessel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitoroses","download_url":"https://codeload.github.com/aitoroses/Tessel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitoroses%2FTessel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052429,"owners_count":23406105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T21:17:14.228Z","updated_at":"2025-07-02T00:06:34.069Z","avatar_url":"https://github.com/aitoroses.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/aitoroses/Tessel.svg?branch=master)](https://travis-ci.org/aitoroses/Tessel)\n\n# Tessel\n\n\u003e Mix functional reactive programming with immutable cursors for handling application state.\n\n\u003e Implements a history API\n\n\u003e Implements Flux based architecture\n\nInpspired by Meteors reactivity and `om`'s cursors, `Tessel` helps you writting stateless components in react providing a wrapper\nover Meteors `tracker` and a library like `cortex` called [freezer](https://github.com/arqex/freezer) that provides an immutable tree data structure that is always updated from the root, even if the modification is triggered by one of the leaves, making easier to think in a reactive way.. It keeps simple how you should update your apps state and how you should\nreact to changes in your applications.\n\nMaking use of `tracker` we can create computations that will get invalidated when the tree has changed on the root. Invalidated computations will run again reactively.\n\nTessel is inspired by [fynx](https://github.com/foss-haas/fynx) idea of lightweigth Flux architecture.\n\n\n```\n╔═════════════════╗     ╔════════╗   ┌────────────┐\n║ View Components ║\u003c────╢ Tessel ║   │ Server API │\n╚═══╤════╤════════╝     ╚════════╝   └────────────┘\n    │    │                   ^                ^\n    │    └────────────────┐  └────────────┐   │\n    v                     v               │   │\n╔═════════════════╗   ╔═════════╗     ┌───┴───┴───┐\n║ Pure Components ║   ║ Actions ║\u003c═══\u003e│ Listeners │\n╚═════════════════╝   ╚═════════╝     └───────────┘\n```\n\n# Installation\nTessel is available as an NPM package\n\n`npm install tessel`\n\n# Documentation\n\nSee the 'docs' folder.\n\n# Liscense\n`Tessel` is governed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitoroses%2Ftessel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitoroses%2Ftessel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitoroses%2Ftessel/lists"}