Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ythecombinator/react-matchez

🤓 Declarative, typed, pattern matching library for React, with smart type inference.
https://github.com/ythecombinator/react-matchez

pattern-matching react typescript

Last synced: about 1 month ago
JSON representation

🤓 Declarative, typed, pattern matching library for React, with smart type inference.

Awesome Lists containing this project

README

        



## Overview

- Typesafe, with helpful type inference
- Expressive API
- Supports predicates and not patterns for complex cases
- Tiny bundle footprint



## Documentation

Visit the [official website](https://react-matchez.netlify.app) to view the full documentation.

## Status

_react-matchez_ is in the early stages of development, and there might be a few
breaking changes here as I figure out how to:

- address some pattern matching principles (e.g. exhaustiveness)
- improve the overall type-safety
- simplify its API
- reduce its bundle size