npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

theseus-js

v15.0.2

Published

Functionality to create and modify data fluently and narratively

Downloads

253

Readme

build test

Theseus

Welcome to Theseus, a robust solution for managing application state with clarity and efficiency. Designed with modern JavaScript applications in mind, Theseus stands out for its fluent state manipulation, ease of compliance, and intelligent typing capabilities.

Key Concepts

Theseus is built around several core concepts that differentiate it from other state management libraries:

  • Evolvers: Inspired by the idea of evolving application state, Evolvers in Theseus provide a structured way to define how state changes in response to actions. They encourage a deterministic and predictable state transition model, making state management more intuitive and less error-prone.

  • Refineries: Complementing Evolvers, Refineries allow for the transformation and validation of state transitions. They ensure that state changes are not only predictable but also conform to defined constraints and validations, enhancing the robustness of your application.

  • Fluent State Management: Theseus introduces a fluent interface for state management, making the code more readable and expressive. This approach allows developers to chain state operations in a clear and logical sequence.

Why Theseus?

Compared to other state management libraries, Theseus offers:

  • Automatic Type Inference: Theseus smartly infers types, reducing the boilerplate code typically associated with maintaining types for application state, actions, and reducers.

  • Modular Architecture: The library's design encourages a modular approach to state management, making it easier to scale and maintain large applications.

  • Enhanced Debugging: With built-in support for logging and state transition tracing, Theseus simplifies the debugging process, helping developers identify and fix issues faster.

Getting Started

Installation

npm install theseus-js
yarn add theseus-js
pnpm install theseus-js

Usage

See the tutorial for a walkthrough!

Tutorial

To help you get started with Theseus, we've created a comprehensive tutorial that covers the core concepts, features, and best practices for using the library.

Link to Tutorial

Simple Example

For a more hands-on introduction to Theseus, we've created a simple example that demonstrates the basic features of the library: a tic-tac-toe game.

Link to Tic-tac-toe Example

Building and Contributing

Theseus is an open-source project, and we welcome contributions from the community. Whether it's adding new features, fixing bugs, or improving documentation, your contributions are invaluable to making Theseus better for everyone.

Setting Up for Development

  1. Clone the repository.
  2. Run pnpm install && pnpm prepare to install dependencies and prepare development.
  3. Use pnpm test to test the library.
  4. Use pnpm build to compile the library.

License

Theseus is MIT licensed. For more details, see the LICENSE file.