Colophon
This site is an ongoing project that I use to play with various technologies, code patterns, deployment options, and integrations.
The current implementation uses:
- Preact: For its small size compared to React
- TypeScript: For its strong type support
- rxjs: For its ajax implementation and the occasional animation
- fp-ts: For its Functor and Monad implementations
- io-ts: For its data validation
- monocle-ts: For functional data accessors
- @nll/css: For its clean and modular utility classes
- @nll/datum: For its DatumEither ADT
- @nll/dux: For state management
In addition to these open source libraries it uses parcel as the bundler and Netlify as the hosting provider