-
Notifications
You must be signed in to change notification settings - Fork 69
Convert to AngularJS 2 and Laravel 5.3 REST API #70
Comments
@cedricve #itsJustAngular |
I need a coding wizard like your for this issue ;) |
@cedricve You need to Angular JS 2, why not Angular 1.x ? 👍 |
Wow nice! At work we are using Angular with Typescript. I have created a base working project with Modules, components, services and routing. Do you think to use same Ui components? Have you considered to use GWT with JsInterop instead of Angular? GWT is for Java developers and is designed to target Enterprise Application. If you prefer i could share an Angular scaffolding and a GWT scaffolding to show differences. #itsjustAngular |
@muten84 yeah that would be great! We're also considering to create it with React and React Native. But obviously it's just a perference, Angular2 would be great a choice as well. Key concern is that it should be lightweight, no-database approach (rely solely on the filesystem), and have a simple and highly flexible API (Laravel is the definetely the way to go). From my opinion we should only rewrite the Front-End, and upgrade the Backend-end (Laravel) to latest version. |
@cedricve Ok for Laravel, by the way GWT is not a substitute for Lavarel it's just a Java2JS compiler with JRE emulation API. Angular is lightweight framework and is intended to simplify the development of components and modules in more structured way, altough it's not targeted to enterprise applcation models. You can think about kerberos-web with major complexity and with more scalability needs in terms of frontend modules. However if the number of kerberos-web modules and components will not grows Angular should be the right choice. As i can see from the Angular roadmap this month should be released Angular 4.x .... there is a nice blog post explaining why they jump from 2.x to 4.x. What i mean is that maybe it's convenient to wait for this release before start writing code and deal with just announced breaking changes. As i can read they advance to new Typescript version and changed some core API. What do you think? |
FWIW, Laravel has selected Vue.js as its front-end framework of choice. |
Thanks for sharing @SoullessWaffle we'll take a look! |
@SoullessWaffle Laravel has no direct link with vue.js architecture wise. Hence, I don't see how any frontend framework can be associated as a framework of choice for any other backend framework. Laravel providing a out of the box solution for vue does not mean you should use vue! I didn't see this presentation, but looks to me like he had a nice showcase on vue with laravel. Someone could easily do the same with React/Angular/Aurelia/.. |
Currently the web repository is written in Laravel 4.2 and BackboneJS. For performance reason we will move a lot more functionality to client side.
The text was updated successfully, but these errors were encountered: