Andrew Chi

Joined

8,640 Experience
86 Lessons Completed
0 Questions Solved

Activity

I've been looking for a SSR solution too.

Seems like React on Rails is doing SSR somehow. https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/server-rendering-tips.md

Another resource I found is the Official Documentation for SSR in a Non-Node JS environment, however Webpacker runs on Node so, I'm a little bit confused.
https://ssr.vuejs.org/guide/non-node.html

As third option, I found InertiaJS: https://github.com/inertiajs/inertia-vue inspired from Turbolinks but with VueJS. Right now, there is no Rails version, only Laravel, but the fonder sustain that it can work on Rails, Django and other frameworks...

The last solution I found is Quence Vue https://github.com/stowball/quench-vue
Where you can add Client Side Hydration but the structure is pretty weird.

Best,

Posted in Dependency Inversion Principle Discussion

Thank you for these quality episodes. We definitely want to see more episodes like this. It would be nice to see them how they are applied to real-world projects. How to create the folder structure and apply all these principles there.

Posted in How do drag and drop builders work?

I can point you to 2 different open source website builders, they have a starting point but unfortunetly one is made with React and one is made with Backbone Js, and I wanted something in Vue Js.

  1. Grapes Js http://grapesjs.com/
  2. Relax Cms https://github.com/relax/relax (I'm not sure if the team is still working on it or not.)