All Questions
2 questions
-1
votes
1
answer
3k
views
Why was Google Maps built using canvas? If it was built today, would it have rather used react/angular? Why (not)? [closed]
Google Maps' frontend is almost completely dependent on canvas.
Given that it was initially developed a long time ago, is it still the best approach to take to build such a UI? If not, what is and ...
9
votes
1
answer
9k
views
Suggested setup for angularJS development in Visual Studio 2013 [closed]
I am starting with AngularJS. The back end will be Web API (which is new to me as well) and I'd like to use just one IDE, so I'm trying to figure out how to setup a project in Visual Studio 2013 for ...