H5P with ReactJS
Submitted by ellismarjr on Thu, 10/15/2020 - 20:01
Forums:
How can I add h5p into my platform builded with ReactJS?
How can I add h5p into my platform builded with ReactJS?
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
otacke
Fri, 10/16/2020 - 18:34
Permalink
Hi ellismarjr!Have you tried
Hi ellismarjr!
Have you tried the node.js port of H5P core at https://github.com/Lumieducation/H5P-Nodejs-library ? If that does not suit your needs, you'll probably have to write your own integration, cmp. https://h5p.org/creating-your-own-h5p-plugin
Best,
Oliver
Best,
Oliver
serettig
Mon, 10/19/2020 - 13:47
Permalink
Hi all,h5p-nodejs-library is
Hi all,
h5p-nodejs-library is generally compatible with a React frontend. I do have a working demonstrator showing how the library can be used in a SPA with React, but we can't publish it yet. I hope it will be publicly available soon (end of the year). The general idea is to replace the server side rendering functions with functions that simply return the plain objects, which are returned by a REST backend.
As React is frontend technology, it depends on the backend technology, whether h5p-nodejs-library is right for you.
Sebastian