Open
Description
Describe the feature and the current behavior/state.
I counted at least 9 extensions which need to read plist files (tower, safari, tableplus, etc) to fetch data. They all implement this on their own way, with third-party libraries and custom handling of permission.
It would be great to have a usePlist
hook, working the same way as the useSQL
hook: returns AsyncState, handles missing permission, etc
Will this change the current API? How?
No, this is a new hook
Who will benefit from this feature?
Extensions which fetch data from plist files
Any Other info.