Jacob Lowe
Jacob Lowe
## Description This pull request adds Observable queries to Finch. This does several things for the applications using Finch. - **Avoid React 18 double fetching** This is because instead of...
We added in some new reconnection of the port functionality and we should document it more.
It would be nice to be able to put Finch dev tools in an electron app. Right now the dev tools only work for Chrome, but the support library is...
I am doing some performance work, and my brain got thinking around how the messages panel works in the dev tools. Currently, the timing is based. Messaged received in background...
If a function is passed to the context I would expect to be able to access all the values available in a context like sent. I think currently that function...
I am not quite sure how to support this yet, but it looks like there are a few main things to do. * Hook up port connections. * Allow this...
## Description To support multiple vendors ( Chrome, Firefox, Edge, or Safari ) you would need to handle multiple ids for this to work with external messaging. You could do...
I set up a new project with Finch today and it was a little difficult. I feel like it would be much easier to be able to look at a...