Show HN: Belle – Configurable React Components with Great UX
nikgraf.github.io
Show HN: Belle – Configurable React Components with Great UX
1–10 of 13 posts
Re: Show HN: Belle – Configurable React Components with Great UX
#2Re: Show HN: Belle – Configurable React Components with Great UX
#3Re: Show HN: Belle – Configurable React Components with Great UX
#4It grows/contracts just as expected in Android and iOS too. That's handy. Nice job!
Re: Show HN: Belle – Configurable React Components with Great UX
#5Re: Show HN: Belle – Configurable React Components with Great UX
#6Re: Show HN: Belle – Configurable React Components with Great UX
#7Congratulations Jyoti and Nik. I'm curious what the folks over here think about the choice to put styling in js.
I don't know if inline-styles defined in JS are the end-game, but working with it in combination with building components turned out to be working way better for us than using CSS.
If you want to know more about it I highly recommend this slidedeck: https://speakerdeck.com/vjeux/react-css-in-js
Re: Show HN: Belle – Configurable React Components with Great UX
#8I really like the TextArea that auto-grows http://nikgraf.github.io/belle/#/component/text-input It grows/contracts just as expected in Android and iOS too. That's handy. Nice job!
Re: Show HN: Belle – Configurable React Components with Great UX
#9Re: Show HN: Belle – Configurable React Components with Great UX
#10Modal and tooltip/popover are the components that forced me to add react-bootstrap to my project (I didn't want to build those on my own.) Really looking forward to trying out Belle once those land.
Have you ever checked out: https://github.com/rackt/react-modal
Seems to be pretty solid implementation.