Code Monkey home page Code Monkey logo

Comments (3)

a-h avatar a-h commented on July 23, 2024 3

I've updated https://templ.guide/syntax-and-usage/script-templates/ to add additional detail on how to work effectively with JS / TypeScript using esbuild as a bundler. You don't even need to create an NPM project if you're not using any external NPM packages.

I don't see templ / HTMX or anything else completely replacing JS in the short term, but minimising how much of it we have to write to get things done? Definitely!

I would like to see Go be a great WASM target, but I suspect that the current large binary size of Go will mean that JS / TS is almost always a better choice for small interactive scripts.

However, there's a templ playground in the works that lets you try out templ code in the browser, with the build happening in the browser using WASM... I haven't worked on it, so I won't steal the team's thunder. When they're ready to release, I'll be talking about it.

from templ.

AlexanderArvidsson avatar AlexanderArvidsson commented on July 23, 2024

WASM cannot access DOM, you need to write javascript. Also in my opinion, this is out of scope of Templ, which is a server-only template engine. Your desired use of WASM is infinitely more complex than a simple javascript snippet to toggle your modal.

Have you taken a look at the <dialog> html element, which has been baseline since March 2022?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog.

It's also possible to make a css only modal: https://codepen.io/peiche/pen/kQwYVJ

Otherwise, use hyperscript or HTMX. The modal can be opened through HTMX (to follow the HATEOAS principles), or if you really want client-only modal, you can use Hyperscript (same developer as HTMX).

from templ.

arejula27 avatar arejula27 commented on July 23, 2024

Yes, I had to add a few JS to open and close it. Issue can be close, mb

from templ.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.