portfolio/README.md

16 lines
359 B
Markdown

# Portfolio
These are my personal projects.
# Packages
## [FRP tools](./packages/frptools/README.md)
Observable and computed value stores designed to work together for storing real state and derived
state.
## [Trimkit](./packages/trimkit/README.md)
Javascript API abstractions to enhance minification by substituting variables. It's really quite
silly.