I think most on here would say to look at Vue.js. There are lots of videos on this site, and Laravel 5.3 has some boilerplate stuff for building out Vue.js stuff
New project question. Laravel + ??JS
Hello all! I'm coming to Laravel from Yii/Yii2 (mostly). I've dabbled in a few PHP frameworks over the years. The same could be said for JavaScript--Angular2, Ember, etc (very limited experience with those).
I'm starting a new project and I find myself in an "analysis paralysis" scenario. I know I want to learn/utilize Laravel for this project. I also want to have a good JS framework or library available to handle some of the view widgets, perhaps making some pages load content dynamically (think: product lists loading into an eCommerce page). I think, for example, pagination between product listings works well when loaded client side and makes for a more fluid user experience.
Requirements are relatively simple (which is why I'm using this as a learning exercise for Laravel and whatever else I come up with). This might be too much info, but here's my general plan for this project for some context: Simple site components: Home, About, Contact (contact form) (optional) Basic blog component Scheduling Component: UI to allow users to book appointments based on business availability (with accompanying admin section).
Simple eCommerce functionality to view products by category. I'll be integrating SnipCart so that will take care of the actual shopping cart heavy lifting (checkout flow, shipping, tax, payment, etc.)
Things I've considered: Angular2 SPA - Potentially overly complicated for this use case. Also, still some SEO considerations. EmberJS SPA - Same as Angular from an SEO consideration perspective. Laravel + jQuery where needed - Couldn't get much more straightforward. Not learning anything new on the JS side here though. :)
I guess my question is, what would you use in this stack? Laravel + ? if you were starting a new project like this today. Fortunately, this is not a time sensitive project so I can use the opportunity to learn along the way. Thanks in advance! Jeff
Please or to participate in this conversation.