David Nicholas Williams
David Nicholas Williams
Just to bump this thread, this would be awesome!
Interesting idea, but I'll try to convince you that this should be left as it is. Having `error` be a boolean flag was a deliberate design choice. One of the...
For example, suppose that we had the error object, then you could do this: ``` const MyComponent = () => { const { data, frontloadMeta } = useFrontload('my-component', async ({...
Ah, sure. Having thought about this, I think adding the error object to `frontloadMeta` is a pretty pragmatic and useful change. Reviewing the two examples above, actually the first way...
So first of all, sorry for the slow turnaround on this. It's been a very busy January! I've been thinking about the solution proposed in your PR . Reviewing this...
Great question! So in V2 this is something that falls out of the design of making data & state first-class within Frontload - that is, unlike V1, the assumption is...
Hi - I have some thoughts on the solution here - just replied in the [issue thread](https://github.com/davnicwil/react-frontload/issues/53#issuecomment-767206882)
Hey @erikras did you get a chance to look at this? Maybe it's a quick one - sorry to bug you I'm just curious to know! :-)
@keeth thanks so much for this tip on the select mode of TextField - I see we're a year on since you made the comment and I'm quite surprised to...
Just to mention as well, on my fork I also have a branch 1.x, building on this, which upgrades to minimum peer dependency of react (and new react-dom package) 0.14.x...