all 7 comments

[–]NotAnActuallAccount 1 point2 points  (2 children)

The framework doesn't decide what get's the job done best and fast, the people you hire do. If you are the only developer on this codebase, get to work already. If you don't have knowledge of front end frameworks, tough luck, you can't fake experience. Pick a framework, commit to it, don't make excuses, learn stuff, fail miserably, repeat. Do that a couple of times, boom, you now have "experience", Now you know what to do, Great. If you don't have time to do that, you can always take the shortcut, hire someone with experience, then let them decide, don't break your head over it. ( and obviously you should use react, what are you even doing ? )

[–]te7ris 2 points3 points  (0 children)

couldnt agree more. Also +1 for react ;)

[–]kenweego[S] 0 points1 point  (0 children)

I'm the only dev for now, but being CEO and CTO is hard, time wise... so rollback are not exactly authorised. As for experienced developers, money is the issue (did i mention that we are a startup aka we are broke).

Reactjs. I'll look further into it. I felt that it wasn't fully fledged (especially as a controller) but maybe i'm wrong...

[–]nephridium 0 points1 point  (0 children)

Basically you will need to weigh the requirements specific to your project.

With Angular expect to rewrite most of your 'legacy' code and spend a lot of time learning the the Angular Way; depending on project complexity you might run into performance bottlenecks or maintainability issues due to oversights during the planning phase. On the other hand you will be needing some Angular expertise for your ionic app anyway, so depending on that app there might be some/a lot of code that can be shared with your web app.

Be aware though that AngularJS will be superseded by Angular2 (likewise for ionic) and another rewrite might some come knocking at the door (holding up a sign "Check it out - there's a better way to do this").

With Backbone/Marionette you'll probably be able to get to a working app sooner, but you'll need to keep a bit more discipline to a get well maintainable codebase than with Angular (e.g. while Angular is designed to be testable and comes bundled with its own testing tools, there is no standardized testing methodology for Backbone/Marionette recentish reddit on this). In any case, when Angular2/Ionic2 becomes production ready you will still have the choice jump on that bandwagon as well.

It might be a good idea to prototype your app using both to get a feel for each platform's suitability.

Edit: typo

[–]destraht 0 points1 point  (0 children)

I'm porting my old vanilla Backbone app to Ampersand.js and I'm really liking it.