Creating Layouts & Components with AlpineJS #633
Replies: 4 comments 5 replies
-
There is not. Alpine aims to go hand in hand with any back end templating system. The idea is to separate layouts on the back end instead |
Beta Was this translation helpful? Give feedback.
-
Lately I have been using nuxtjs with strapi -- but I like alpine and am trying to see how I could use it in some projects. For a server, I would use node.js (probalby with express -- but I'm open to other suggestions). |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I meant a solution instead of nuxt/vue. I.e., a way to get the layout (and, if possible, component) benefits of vue/nuxt, but with an alpine based solution. |
Beta Was this translation helpful? Give feedback.
-
Thanks again for your help. I am somewhat familiar with Laravel (and do like blade), but I am think I"m looking for something simpler. It seems to me that switching out nuxt/vue for laravel/alpine is just exchanging one type of complexity for another. Either way, thanks for your help and if @ryangjchandler has any ideas, I'd love to hear them. |
Beta Was this translation helpful? Give feedback.
-
I am wondering -- is there a way to create layouts and/or components with AlpineJS (so that I can keep my code DRY)? If not, are there any solutions that integrate with AlpineJS that add this functionality (without having to resort to a full framework like React or Vue)?
Beta Was this translation helpful? Give feedback.
All reactions