Git Product home page Git Product logo

Comments (4)

WebReflection avatar WebReflection commented on May 24, 2024

Closing as this has nothing to do with hyperHTML, you need a bundler or simply use the CDN version without passing ?module to the URL, it's already pre bundled for you 👋

from hyperhtml.

WebReflection avatar WebReflection commented on May 24, 2024

Apologies for my previous quick answers from my mobile, the thing is that you can simply

<script src="https://unpkg.com/hyperhtml"></script>

on top of your page, to have a global hyperHTML instance to use, or you need a bundler, such as rollup, webpack, or you name it, like it is for the entirety of the libraries published in npm to date, unless these have zero dependencies, which is not the case for hyperHTML, and likely never will.

from hyperhtml.

fernandocanizo avatar fernandocanizo commented on May 24, 2024

Apology accepted :) Anyway I'll reply your question: Do I know how to use modules? I'm realizing not quite right. So, I offer my apologies for making issues of naive questions. Maybe this was a good case for a Stack Overflow question? (Instead of an issue). However I feel issues are more response time streamlined.

To offer more context: I was trying to build a thing without a bundler. I'm trying to escape the tool-izization of the web development: transpilation, minification, uglyfication and bundling. Now I see it's not possible to escape everything.

from hyperhtml.

WebReflection avatar WebReflection commented on May 24, 2024

@fernandocanizo I use import {bind, wire} from https://unpkg.com/hyperhtml?module all the time, that doesn't require any tool, but it also doesn't work offline, 'cause if you need that, it means you need a bundler.

the ECMAScript module world is still floating between Web and NodeJS, and while it's getting there, it's not 100% there yet, and it'll take another year, imho, but meanwhile everyone else used bundlers, for both NodeJS or Web whatsoever, and these all work great 👋

from hyperhtml.

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.