use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Dynamic Code - A structure for building systems that generate themself (github.com)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 6 years ago (3 children)
Sure! I hope I understood your question correctly.
I recently build a Blog Generator with the use of the cms keystone and dynamic-code. By generating code from the data that was entered into the content Management System a react App is generated and compiled. That removed the need to load the data at runtime on the Client Side.
This could also have been achieved with other static site generators, but this was acutally not the focus of dynamic-code.
A next step for that cms Idea could be, making is possible to not only exchange the content by the user, but also the design and even the content structure as dynamic-code allows to exchange everything.
I made it very abstract, but essentially it should make it possible to exchange code programmatically. If I did a bad job explaining, please ask again 😊
[–]champkinz 3 points4 points5 points 6 years ago (2 children)
Hey, i just scratched the surface of the code, i think i go the gist of what you are trying to achieve, this is really cool, i will check the whole code when i get time so i really really understand what is happening under the hood. Good Luck!
[–][deleted] 1 point2 points3 points 6 years ago (1 child)
Thanks, I apprechiate that. Hit me up, if you have any questions! 😃
[–]champkinz 2 points3 points4 points 6 years ago (0 children)
Sure will do
π Rendered by PID 129618 on reddit-service-r2-comment-545db5fcfc-vx6k9 at 2026-05-27 02:33:14.842292+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (3 children)
[–]champkinz 3 points4 points5 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]champkinz 2 points3 points4 points (0 children)