Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 727 Bytes

File metadata and controls

15 lines (10 loc) · 727 Bytes

Sample 4

source code
(Use npm run sample4 to run the full sample from bellow.)

this sample requires some understanding of express and react which i won't go into any detail

Sample 4 uses react and express to create a dynamic generated web app that can be changed and automatically recompiled by the user.
The 3 input field represent the 3 elements above.
By clicking change the page will transfer the entered words and numbers to the system.
Now the system takes these values and compiles these values into the webapp and then updates the webpage.

image of the generate web app

Next: Sample 5 - Server side rendering using HybridGenerator