storybook-solid-js VS player

Compare storybook-solid-js vs player and see what are their differences.

storybook-solid-js

The basic setup of storybook for solid-js (by elite174)

player

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js. (by vidstack)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
storybook-solid-js player
1 2
75 1,768
- 8.0%
3.3 9.8
about 2 months ago 5 days ago
TypeScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

storybook-solid-js

Posts with mentions or reviews of storybook-solid-js. We have used some of these posts to build our list of alternatives and similar projects.
  • Storybook Integration
    1 project | /r/solidjs | 6 Dec 2022
    I saw elite174's framework-agnostic approach to adding storybook to solid (https://github.com/elite174/storybook-solid-js) and it was very impressive that he managed to get it to work with minimum configuration. I also saw Ryan posted about a desire from the community to have a framework specific add on, so I am pretty sure this is still on the to-do list. I have been looking into creating a plugin/add on to integrate storybook with Solid. I was curious if anyone has worked on this or can offer any guidance. Also, if the holdup is on the storybook side and their team is already working on it, let me know so I don't waste time making something that's already in progress lol.

player

Posts with mentions or reviews of player. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.
  • How to Write a Great Readme
    14 projects | news.ycombinator.com | 18 Jul 2023
    vidstack is very light on technical details but starts with a concise intro and a screenshot, as well as relevant links: https://github.com/vidstack/player

    payload is well-structured in general: https://github.com/payloadcms/payload

    nanostores starts out with an intro and telling code examples, followed by lots of technical details: https://github.com/nanostores/nanostores

  • Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa)
    2 projects | news.ycombinator.com | 1 Apr 2023
    Hey everyone!

    The motivation for this started with some initial exploration of how native captions are inconcistent and extremely limited with respect to positioning + styling across browsers. In addtion, existing captions work was glued inside player libs and all open-source parsers were ancient (e.g., mozilla/vtt)!

    I wanted to modernize it all with newer web APIs such as `fetch` and `ReadableStream` and extend support out to multiple captions formats. I also noticed that a lot of popular players on the web in recent years started adding caption customization options. Turns out accessible captions can be legally enforced!

    Do note that accessible captions not only includes sync/timing, but also an adequate set of controls to customize the style of the captions, ensuring they're readable for everyone. You can see an example of this on YouTube when you go to the captions and click customize.

    It just seemed silly that probably every single company is internally building this type of lib which is insanely hard to get right. I built this to serve our accessiblity goals at Vidstack[1] where we're working on enabling you to build production-ready player quickly.

    It took me about two weeks to build this and honestly there's still a lot of areas that need work but it's a great start. I hope you find it useful. You'll find a lot more helpful information in the repo.

    I'll also leave you with this YouTube video where Dan Sparacio beautifully explains the complexities of building accessible media captions on the web at Paramount [2]. This is one of my favourite Demuxed talks. In there case, acessible enough to meet FCC guidelines _Highly_ recommend checking it out to learn more!

    [1]: https://github.com/vidstack/player