Patrick Gotthardt

Results 39 comments of Patrick Gotthardt

I don't think so, unless somebody explicitly imported `awilix/lib/awilix.module.js`, in that case their code would be broken. But I'm also not entirely sure.

I'll send a PR and test it with Webpack beforehand. Will just take a few days before I get to it. 🙂

Could you clarify this part a little bit? > This extends to parameters (which I think should be positional), for messages that need them The part I'm wondering about is...

I'm wondering whether we really should be overwriting the DOM here. Making `bubbles` explicit has some benefits for readability (you clearly communicate the intend). I'd have a hard time to...

Not sure I understand the question. Would you like Melody to pick up on data that you've rendered on the server side using Twig/PHP automatically? That unfortunately won't work. You'd...

We usually use redux to maintain a global state with components connecting to it (via `melody-redux`). Not sure how the DSGVO fits here since you'd just be transporting state from...

We should probably wrap the `stringify` call with a `try-catch` to avoid this error from stopping an otherwise successful run. Would you like to submit a PR for that?

You can render the template on the server side using Twig (https://twig.symfony.com/). Once the client is loaded you render the same template to the same element using Melody.

> I there an example of how the server side rendered html gets replaced with the client side rendered html? Ideally the server side rendered HTML will not be replaced...

Our documentation is generally a bit weak (we're working on improvements). As far as I know we don't have an open-source demo which includes server side rendering. Please let me...