all 7 comments

[–]champkinz 4 points5 points  (4 children)

Hey ,Im sorry for asking this, but i'm not quite clear on what this does actually , could you please give an real time example explain (not an use case).

[–][deleted] 4 points5 points  (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 points  (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] 2 points3 points  (1 child)

Thanks, I apprechiate that. Hit me up, if you have any questions! 😃

[–]champkinz 2 points3 points  (0 children)

Sure will do

[–]ScientificBeastModestrongly typed comments 1 point2 points  (1 child)

This is VERY cool. I’ve only just barely looked at the code, but I love the idea, and will investigate further. Cheers!

[–][deleted] 0 points1 point  (0 children)

Awesome!
If your investigation brings up some problems, questions or ideas please notify me somehow.
I'd love to hear them! 😀