Git Product home page Git Product logo

Comments (3)

WebReflection avatar WebReflection commented on May 28, 2024 1

You are right, null and undefined are described only for attributes, so I need to update the documentation to describe the null and undefined behavior as hole, and also the fact that every primitive, not just string, would land as text.

Will create a ticket in the right repository, thanks for pointing this out.

from hyperhtml.

WebReflection avatar WebReflection commented on May 28, 2024

A common pattern is also to render true or false, but even more common is to use ternary:

wire()`${true ? 'test' : ''}`; // test
wire()`${false ? 'test' : ''}`; //

Since documentation explains that null or undefined are handled as empty strings, if you want to use:

wire()`${value && 'test'}`

then pass either null or any truthy as value.

As summary, it's been like this since 2017, and nobody complained so far, so this is a major breaking change that I'm not willing to push unless many others would find current documented behavior not good enough.

from hyperhtml.

bdjnk avatar bdjnk commented on May 28, 2024

I don't see where the documentation explains that null or undefined are handled as empty strings.

That false renders as a string, and thus can't be used directly in conditional rendering, is likely to confuse people coming from React, given they officially recommend this pattern.

I understand fixing this would be a breaking change, and others have not yet raised it as a concern, and it has trivial workarounds, and thus you aren't inclined to fix it. Still, documenting the current behavior more explicitly might be worthwhile.

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.