nanostores / router

A tiny (673 bytes) router for Nano Stores state manager
MIT License
246 stars 19 forks source link

Feature/ts enchancements #12

Closed dkzlv closed 1 year ago

dkzlv commented 1 year ago

We briefly discussed this personally, but overall the idea is this: get rid of manual interface declaration in favour of automatic params inferring based on passed pages config.

dkzlv commented 1 year ago

@ai Nah, readonly proved to be hard to make. Apparently, we'll need to wait for this PR to be merged, and then wait another year or so.

Let's merge as is, I guess.

(didn't know check-dts was a thing, btw!)