Renaud Chaput

Results 390 comments of Renaud Chaput

Sure. I have several goals: - avoid the need for boilerplate to be added for HMR (in the common cases at least) - be able to easily enable / disable...

Can you show me what your `application.js` looks like (the Webpacker calls as well as the imports and the general structure)?

This gem is tied to Webpacker, and I think I will deprecate it as well following Webpacker's deprecation. To replace Webpacker, you can either: - use Shakapacker, a maintainer fork...

I made some tests and this gem indeed does not need Webpacker at all. I am a bit busy right now, but I will try find find time to: -...

Thanks @yubele for the name suggestion, you are right, lets make it simple :) I started a PR which renames this library and adopt a more modern JS build system...

As said above, I am working on a new version of this gem, with a new name and a much simpler setup. You can see the work in progress in...

This should definitely be doable. I will work on implementing this.

Yes it seems to work, but the types are not working as the `react-query` package is replaced by `@tanstack/react-query`. I am not sure how to fix this to support both.

If this is fine for you, then I am ok with this solution. I dont know how fast people will move to `@tanstack/react-query`, or if the v3 version will be...

What is the status on this PR? This is currently blocking our switch to this SDK for payment processing on our app.