oamaok / kaiku

Lightweight JSX-based UI framework with boilerplate-free state managament.

Home Page:https://kaiku.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add object typecheck to avoid unnecessary proxy method calls

oamaok opened this issue · comments

Also reference the obj, not the proxy. Faster access, as access to the proxy variable will always go through then handler.

proxy[key] = proxy[key]