Nick Mudge

Results 100 comments of Nick Mudge

Great question. Please see this example: https://mudgen.github.io/webscript/docs/#react-example Is this example good enough?

@Lokeh Thanks for stopping by. I'll get it fixed

@Lokeh I fixed the documentation about React components: https://mudgen.github.io/webscript/docs/#use-it-in-react,-vue-and-other-libraries! I also added a new interesting section about what to do about hyphens in Javascript property names : https://mudgen.github.io/webscript/docs/#hyphens-in-property-names

Hi there! How did you get that translation? If I go to the translation website [html2webscript](https://mudgen.github.io/webscript/html2webscript/) and input `Some text` I get this result: ```javascript span.id`myId``Some text` ``` That code...

This issue also affects interfaces that have the same name as a contract. More info here: #2951

@holyaustin Understood. You are right. I suggest using this implementation of diamond-3: https://github.com/mudgen/diamond-3-hardhat

Can you give me a snippet of HTML/Alpine that you want to convert and I'll show you how I would go about converting it?

Hi @K4rakara thanks for this. I should probably add a section to the documentation about different ways to do events. Here is one way: ```javascript let button = div.class`button first-button`...

You are right, it really isn't much more gas. Will consider it.