Questions tagged as 'single-page-application'

1
answer

MVC or SPA application

I have been working with MVC for the past two years, but lately I have been following the growth of the development of SPA applications. After reading several articles on this subject I had a doubt, if I wanted to develop an application to be pu...
asked by 28.05.2016 / 08:30
2
answers

Put social media buttons on the site

I'm "joking" with SPA MVC (C #) and would like to know how I put social media buttons on my site. I looked for some examples here on the site and by my query, I did not find anything that suited me. Another thing is that the examples I get on th...
asked by 16.05.2017 / 18:02
1
answer

Using SPA (Single page application) and browser back button

Does anyone who works with SPA know the best way to work with the browser back button? For example, we have a list of users and the detail of these users through a click. As we are on the "page" of detail of some user we need that, when click...
asked by 02.06.2014 / 16:56
2
answers

Single Page Application with jQuery

How can I develop a SPA with jQuery? I did with AngularJS with the following code, however I am having difficulties to migrate to it definitively and decided to keep with jQuery so as not to be late. var myapp = angular.module('myapp', []); my...
asked by 22.11.2014 / 22:41
1
answer

Doubt with @ Style.Render

If I put in my view Layout this line: @Styles.Render("~/Content/css") I'm stating that all .css files in Content folder will be rendered? That is, I do not need to explicitly put .css in my view , is that it? If ther...
asked by 21.05.2017 / 15:21
1
answer

Advantages x Disadvantages SPA VueJs

I have an application (closed system) in PHP structured in the company I work with and we will rewrite this application to improve performance, usability and evolve this application. I'm studying VueJs and I've really enjoyed the approach to...
asked by 11.01.2018 / 14:46
1
answer

SPA with ui Router Angular JS files many large

Talk the guys. This is a conceptual doubt. Recently I started developing a SPA application ( Single Page Aplication ) making use of the partial rendering concept, using ui Router (more information about a Router here ). It was then...
asked by 08.10.2015 / 14:32
0
answers

SPA Application in VueJS - Use Session or not?

I'm starting with single-page applications with VueJS . The question is about the control of users. Do I use session for this or not? For me to know how long the user has logged in, do I record this session somewhere or do...
asked by 28.06.2018 / 13:49
1
answer

Problem with Google Charts + AngularJS + ng-view

I'm developing a SPA with AngularJS, and I'm running some tests with Google Charts, however, I'm having a problem that I can not pinpoint why. When logging into the application, the user is redirected to the start page in an ng-view, where there...
asked by 11.11.2015 / 11:19
4
answers

Doubt about using the SPA Template of VS2015

I need to do a routine to send email, through a form I made, using the VS2015 SPA Template. I put two buttons, Cancel and Send. The question is not in the email code, but how to assign the Click of the button to my code in the Controller and als...
asked by 11.05.2017 / 14:21