Live data from Hacker News

Viewing profile — bstasse

bstasse

HN member
Joined
Thu, Mar 16, 2017, 11:18 PM UTC
HN karma
7
Public activity
4 items

About bstasse

Creator of Silk (silkhq.com)

Recent public activity

  1. comment
    Comment #46070052

    If you're using React, I'd recommend using Silk (silkhq.com) to create native-like bottom sheets, pages, sidebar, etc. Most animations, including the swipe, are hardware-accelerate…

  2. comment
    Comment #25397538

    As mentioned in other comments, CSS does not run scripts. In this case, it is just used to store the content of a script as a string in a custom property, which is then retrieved b…

  3. comment
    Comment #21555065

    This is the equivalent of predefined variables (usable in any preprocessor and now even in plain CSS), nothing specific about Tailwind here. Except for the fact that in the case of…

  4. comment
    Comment #14197302

    So your design systems team has to be able to code React components, or any change or new component has to be coded by a developer before being made available to your product desig…