Live data from Hacker News

Viewing profile — MNNTNK

MNNTNK

HN member
Joined
Tue, Jun 21, 2022, 5:22 AM UTC
HN karma
18
Public activity
13 items

About MNNTNK

Frontend Developer

Recent public activity

  1. story
  2. story
  3. comment
    Comment #32032409

    HTML Nestings such as a inside a is invalid and browser automatically fixes it by putting the outside the parent and so the DOM ends up rendering different structure than JSX. Ther…

  4. story
  5. story
  6. comment
    Comment #31929124

    Fixed in V1.0.2 ;)

  7. comment
    Comment #31928453

    It's got all the basic stuff you need that comes with other sliders, * touch support, drag, swipe * custom config for different media devices * ability to customize a lot of stuff …

  8. comment
    Comment #31928407

    Yeah, the terminology is a bit loose here, A better name would be "carousel", but "slider" seems to be more popular term for "carousel" nowadays. See https://www.npmjs.com/search?q…

  9. comment
    Comment #31916274

    Yeah, This is not good. This is happening because I've set `touch-action: none` CSS. It should be `touch-action: pan-y` Edit: Fixed in V1.0.1

  10. comment
    Comment #31916155

    Thanks for the feedback, I see your point. This is definitely annoying, This is happening because I've added a logic that does not let the user trigger another transition if the sl…

  11. comment
    Comment #31912541

    That's weird, It seems to be working fine on my iPhone. Can you let me know which version of Safari You are using?

  12. comment
    Comment #31912511

    I've been pretty disappointed with existing slider libraries because of their horrendous impact on the browser's main thread, and they also cause layout shifts which is a total pai…

  13. story