Skip to content

Same philosophy, new implementation

Latest
Compare
Choose a tag to compare
@mvhenten mvhenten released this 08 Nov 10:08
· 24 commits to base since this release
50647bc

I have used and explored this approach in several projects and consider it battle tested.

Existing frameworks still confuse the hell out of me; I think that 30 lines of code can beat any documentation hands down.

This release commits back the latest incarnation kabinet written in typescript. Rather than runtime type checks, this relies on Typescript to prevent silly things from happening and fits in better with the latest React idiom.