Questions tagged as 'single-page-application'

3
answers

How to get similar behavior between the Garbage Collection of a Single-Page Application and a Multiple-Page Application?

I've been doing a lot of research on the web and stackoverflow communities, and I'm getting to the point of believing that SPAs take almost no advantage from the GC algorithm of today's browsers. Our development team has been concerned with d...
asked by 28.04.2017 / 17:41
4
answers

Pros and Cons of a 100% HTML / JavaScript Web Application

I'm seriously thinking of developing a web application, using only HTML / JavaScript in the client-side for performance gain and whereby any and all communication needed with the server is done through requests to a WebService (yes, it will con...
asked by 09.06.2015 / 19:08
2
answers

What is the best way to implement a loading-bar?

I have a project SPA on each screen transition will be fired a loading-bar ( progress bar ) to improve the user experience ( this UX will include more interactivity than performance ). But when searching, I'm coming to the concl...
asked by 02.08.2017 / 15:31
2
answers

What are isomorphic applications?

In several articles and methods of developing modern applications, I come across isomorphic applications . But what is it really? Usually define as "the best of the client / server side" together. So, how are these isomorphic applications?...
asked by 18.08.2015 / 03:59
2
answers

Why is it necessary to use bind when working with ES6 and ReactJS?

Using ES5 in development with ReactJS, a component can be declared as follows: var MyComponent = React.createClass({ alertSomething: function(event) { alert(event.target); }, render: function() { return ( <button onClic...
asked by 06.05.2016 / 15:46
1
answer

Do processing on the front-end or the back-end?

In the client-side and server-side separation architecture, it is common to doubt who is responsible for doing some processing. On the one hand, processing on the client-side can be beneficial to server-side performance, which will deliver th...
asked by 20.04.2018 / 23:25
1
answer

What is SPA and what differs from a non SPA page?

Reading this another post from SO that talks about: isomorphic applications, is commented on a response on SPA. What is a Single Page Application? And what is the difference of a SPA page for a non SPA page? What changes in performance is...
asked by 14.06.2017 / 21:45
1
answer

Do any one page pages appear in search engines?

One page sites, are they usually listed on search engines? There are several articles and it seems that One page sites are not very friendly to search engines, is this a reality? In which cases? Only content delivered by Ajax? I think of p...
asked by 02.06.2014 / 01:04
2
answers

Project based on spa template VS2015. How the service is generated

I created a project using the SPA template in Visual Studio 2015, to learn and understand, but I found this example very complicated. Still do not understand where the service is mounted and loaded?     
asked by 18.05.2017 / 22:52
1
answer

Play Framework and AJAX (SPA)

Is it possible to develop SPA with Play? Has anyone had this experience and has something to report?     
asked by 12.11.2014 / 17:26