Ilya Isupov

Results 8 comments of Ilya Isupov

@jmcdo29 thanks for proposing alternative way with exception filters. This may help in a case with rendering error pages. However here we're mixing contexts of business logic errors with technical...

@kamilmysliwiec technically using `Response` explicitly can be done but this but this makes user to handle the response explicitly. This may be not so trivial. For example in our case...

> Still, Isn't it more trivial than returning an object that must match a specific shape and this shape would determine whether the framework should propagate the data to the...

> I like the idea of having a dedicated class for this. Would you like to create a PR with this feature? Sure, we may do this. What about other...

Ok, sounds reasonable. So the logic will look something like this: - if object returned from handler, pick view from metadata set by `@Render`, use returned object as data for...

> > Event `wrapped.instance().forceUpdate()` doesn't re-render :( > > ``` > > let wrapped; > > beforeEach(() => { > > wrapped = mount( > > > > > >...

@erikras may you please consider merging this? We're maintaining pretty large project on React@18 with 50+ usages of library in huge forms. And still everything works as expected.