James Please
James Please
See #230 for a PR implementing something similar to what I've described here.
Any updates on this issue or issues like it? It seems like this problem has been brought up separately a number of times now, with a few different implementations that...
Sure - Ill elaborate on the user logins I mentioned above. With Passport + OAuth2, the handling is done server-side, so a hard page load needs to be done against...
Default behavior is definitely a good idea, too. I included some default behavior in [Backbone.Intercept](https://github.com/jmeas/backbone.intercept#default-behavior) (an analogous thing for the BB world). Other ideas for things to ignore could be:...
Sounds good to me, @yoshuawuyts . I just read over the README of Intercept to see if I missed anything, and two things came up. The first is intercepting form...
Definitely no UI š
This is cool, and an idea that I was thinking about while reading the hooks documentation. What I'm really curious to understand better is best practices regarding when to use...
> as you can actually āsuspendā from within a hook. Is that so? I thought Suspense (and suspending) meant turning render into something like a coroutine, whereas custom hooks acted...
Thatās pretty interesting. I hadnāt considered that, but it makes sense. Waiting for docs on the Suspense component is definitely the right thing to do, but weāre already playing around...
Agreed w. @jamiebuilds regarding generic-ness. As an aside, using radio inputs instead of managing the state yourself would likely reduce LoC _and_ also allow you to scale to any number...