Viewing profile — bstasse
bstasse
HN member- Joined
- Thu, Mar 16, 2017, 11:18 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About bstasse
Creator of Silk (silkhq.com)
Recent public activity
-
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…
-
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…
-
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…
-
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…