Skip to content Skip to sidebar Skip to footer
Showing posts with the label Single Page Application

What Are The Common Solutions For Making Clean Id Space In A Spa?

Situation: several developers working remotely on different section/modules of a SPA. As a result … Read more What Are The Common Solutions For Making Clean Id Space In A Spa?

Spa Content Refresh With Constant Updating

I know that recommended approach to updating SPA versions is to use service workers and alert user … Read more Spa Content Refresh With Constant Updating

Oauth2 Without Client Secret – Possible Phishing?

I've been reading the OAuth2 specs over and over, but I can't figure out one thing. Isn'… Read more Oauth2 Without Client Secret – Possible Phishing?

Using Nested Routes With React-route

I have a few pages in my app that have their own menus, besides of course the main menu. I wish at … Read more Using Nested Routes With React-route

In Single Page Application, How To Store Data And Get Data After Refresh The Page

Recently I have a problem with how to store data on a single page application. I want to ask how to… Read more In Single Page Application, How To Store Data And Get Data After Refresh The Page

Angularjs Logout Action

I have implemented authentication, based on jwt tokens in my app. But I have some trouble with logo… Read more Angularjs Logout Action