Hello, I'm a fan of your library, I've read the hypermedia systems book and I'm really fascinated by the hyperview approach on mobile. I'm still learning the ropes and one thing that annoys me at the moment is that all components comes un-styled by default. So if I add select-single element, I have to style it from scratch or copy paste your provided styling to make anything usable. I find it a bit cumbersome, especially with no inline styling capabilities.
My question would be if there is any good practice on how to build custom style library?
I feel that something like tailwind css would shine here, because we can easily add style classes to elements and tailwind essentially are a bunch of style classes.
Also, I wonder if there is any roadmap for hyperview library? What it's future? Since the release of the book hypermedia and REST is gaining a lot of traction, but this library is still surprisingly unpopular. I feel like the barrier of entry is still a bit too high and the development is stale.
Hello, I'm a fan of your library, I've read the hypermedia systems book and I'm really fascinated by the hyperview approach on mobile. I'm still learning the ropes and one thing that annoys me at the moment is that all components comes un-styled by default. So if I add
select-singleelement, I have to style it from scratch or copy paste your provided styling to make anything usable. I find it a bit cumbersome, especially with no inline styling capabilities.My question would be if there is any good practice on how to build custom style library?
I feel that something like tailwind css would shine here, because we can easily add style classes to elements and tailwind essentially are a bunch of style classes.
Also, I wonder if there is any roadmap for hyperview library? What it's future? Since the release of the book hypermedia and REST is gaining a lot of traction, but this library is still surprisingly unpopular. I feel like the barrier of entry is still a bit too high and the development is stale.