+ 9
🎃#H P 22™🎃 You can't create new pages per se... Options you can consider are: 1. Link different Codebits to one another, but that would be a horrible pain to synchronize the different menu items across all pages. 2. Use ReactJS or Vue to build a SPA (or Single Page Application). But that would be a massive pain to build directly in SoloLearn. I personally would build it on my local machine, use WebPack to bundle, then copy to SL. 3. Use Javascript to dynamically load the web page with different content when clicking on links. Regardless of the options you pick, it could still get ugly as SoloLearn Codebits isn't really meant for building beyond simple codes.
4th Oct 2020, 5:04 AM
David Carroll
David Carroll - avatar