player-ui / player

https://player-ui.github.io
MIT License
70 stars 44 forks source link

React: Create boiler plate templates for using player #172

Open mercillo opened 10 months ago

mercillo commented 10 months ago

Is your feature request related to a problem? Please describe. Our previous react player template was using create-react-app which isn't used anymore. It would be nice to have a new up to date template that people can pull and work with player to test things out.

This can be used with vite, nextjs, etc. I believe the only requirements would be that it must be on React 17.

Describe the solution you'd like

Goal: If people want to test using player, they should be able to easily pull this repo and enter their desired content and have it render on the screen. Templates for custom assets to see how things are being rendered may help as well. You can also write documentation on a Using/Getting Started with React Player Guide

Additional context

chrischan325 commented 10 months ago

Hi @mercillo I'd also like to take a crack at this task if possible.

danipolo commented 6 months ago

+1

Any news of the NextJS boilerplate?