phoenixframework / phoenix_live_view

Rich, real-time user experiences with server-rendered HTML
https://hex.pm/packages/phoenix_live_view
MIT License
6.14k stars 921 forks source link

List component systems on README #3441

Closed josevalim closed 1 week ago

josevalim commented 1 week ago

A component system is often on the top of the list of required LiveView features, so let's list them in the README.

We can add new systems as well. If any system is no longer developer, we can remove it. I probably want to duplicate this list in Phoenix docs later on.

/cc @chrisgreg @woylie @nhobes @ArthurClemens @mitkins @bluzky

Fudoshiki commented 1 week ago

@josevalim Hello, I made an https://github.com/Youimmi/phoenix_asset_pipeline, but is it possible to integrate it into Phoenix, like sprockets rails?

chrisgreg commented 1 week ago

Planning some big additions to Bloom soon so very much active 👍🏼

josevalim commented 1 week ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:

josevalim commented 1 week ago

Hi @Fudoshiki, thanks for reaching out. At the moment we are listing only the component systems themselves, as those are commonly asked by the community.

ArthurClemens commented 1 week ago

Thanks for listing my project. I just now noticed that "An implementation of GitHub's Primer Design System using Phoenix LiveView -" contains a trailing dash.

Fudoshiki commented 1 week ago

@josevalim, thanks for answer, I don't mean to list my package, I mean the general idea for phoenixframework about a general package for assets

SteffenDE commented 1 week ago

@Fudoshiki please don’t use issues to discuss unrelated topics. You can use the proposals section in the Elixir forum instead (https://elixirforum.com/c/phoenix-forum/proposals-suggestions/126). I‘d say though that this is out of scope for Phoenix itself. Going with a separate package, as you do now, is the way to go im my opinion :)

nhobes commented 1 week ago

@josevalim thanks for including us ❤️