logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
61 stars 40 forks source link

refactor(react): memorize hook methods to reduce unnecessary updates #589

Closed gao-sun closed 9 months ago

gao-sun commented 9 months ago

Summary

no need to update methods until proxy or client changed. memorize them can also fix infinite loop in Console.

Testing

tested locally with Logto Console. everything's fine.

Checklist