Christian
Member since May 9, 2023
- Profile: /members/14625-christian.htm
- URL: http://sedlmair.ch
- Comments: 5
Recent Blog Comments By Christian
-
On Starting A Side-Project: Hotwire vs. Angular
Posted on Oct 21, 2023 at 5:10 PM
All that led me to the idea to the need of a new html markup language... read more »
-
On Starting A Side-Project: Hotwire vs. Angular
Posted on May 17, 2023 at 4:37 PM
Hi Ben, it just seems like building will become increasingly complex and the app becomes increasingly robust Yes, in fact this exactly is the challenge. If it is true that DHH is the or one of the first which really is going in this direction, like seems a little bit from this w... read more »
-
On Starting A Side-Project: Hotwire vs. Angular
Posted on May 17, 2023 at 10:41 AM
@Peter If you want to integrate Hotwired in a framework other than Rails and if you want to have a complete workflow along with a complete testing strategy: The frontend part should be easy, just follow hotwired . In the backend part you can read the READMEs of the gems turbo-rails... read more »
-
On Starting A Side-Project: Hotwire vs. Angular
Posted on May 17, 2023 at 10:05 AM
Hi pleasant guys on that page :) Ben Thanks for your comment. Now I have released version 4 of render_turbo_stream and I hope that at least my gem code is easier to follow. 4 major releases in one month! Finding a consistent naming convention was not easy, but I think the groundw... read more »
-
On Starting A Side-Project: Hotwire vs. Angular
Posted on May 9, 2023 at 11:19 AM
Thank you, Ben, for this honest article. Some answers: Naming stimulus controllers: I wrote https://www.npmjs.com/package/vite-stimulus-initializer . The goal is to prevent spaghetti names from getting longer and longer, and it throws an exception if there are naming conflicts. Lon... read more »