Coder Social home page Coder Social logo

Comments (3)

Oluwasetemi avatar Oluwasetemi commented on August 30, 2024 1

Here now!!!

from pimg.

Oluwasetemi avatar Oluwasetemi commented on August 30, 2024

hello,
we want to deprecate placeholder to use array of imagePlaceholder and image right?
Thanks in advance.

from pimg.

ooade avatar ooade commented on August 30, 2024
  • Deprecating placeholder will still allow the use of placeholder but will warn if used, to be deprecated in the next major version.
  • Src attribute will take an array of images or a string. The things to check for:
    • One will have to check for the typeof src
    • If src is a string, we just assume the user doesn't want to pass a placeholder, and just renders the image although if it's a cloudinary image, we'll still lazy load it.
    • If an array is passed to src, and the length is not 2, warn about not passing the right set of props.
    • We'll still render the same placeholder for different srcset(s) as the placeholder is blurry. I might be the one to implement this tho.

RFC

Normally, I would have said we should distinguish placeholders and the real images with a comma(,) as done is srcset. Just thought about the way it might look like if we decided to leave it that way. But, if done with arrays, it can easily extend to the next line with prettier.

from pimg.

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.