Skip to content

Releases: mvhenten/kabinet

Same philosophy, new implementation

08 Nov 10:08
50647bc
Compare
Choose a tag to compare

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.

v0.3.0

08 Nov 10:04
Compare
Choose a tag to compare

Last version before typescript rewrite. The idea remains but I rewrote and simplified the implementation significantly for 1.0.0 release.