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

Should I Destroy Json Object When Navigating To Different Page On Spa

I have a SPA which loads the screen with HTML and Javascript files that contain the model data. Th… Read more Should I Destroy Json Object When Navigating To Different Page On Spa

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

Setting A Knockout Observable Using Sammy For Routing

I have a SPA using knockout JS for data binding and sammy for routing. I have a deck of cards that … Read more Setting A Knockout Observable Using Sammy For Routing

When To Add Extend Additional Complex Types Onto A Breeze Entity

I want to load an entity from the database, and then using it's ICollection (from the model cla… Read more When To Add Extend Additional Complex Types Onto A Breeze Entity

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

Breeze JS: Is There A Way To Query Entities From Data.results?

I have a Breeze web api controller, with methods that accept parameters and do some work, filtering… Read more Breeze JS: Is There A Way To Query Entities From Data.results?

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?