player-ui / player

Home Page:https://player-ui.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React: Create boiler plate templates for using player

mercillo opened this issue · comments

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

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

+1

Any news of the NextJS boilerplate?