return ( <div> <ReactPlayer url={practice.videoUrl} playing={playing} onReady={() => console.log('Player ready')} /> <button onClick={handlePlay}>Play</button> </div> ); }
const practiceSchema = new mongoose.Schema({ title: String, description: String, videoUrl: String, }); Samadhi 108 rar
const express = require('express'); const app = express(); const mongoose = require('mongoose'); return ( <div> <ReactPlayer url={practice