Javascript on unop
https://unop.uk/tags/javascript/
Recent content in Javascript on unop
Hugo -- gohugo.io
en-gb
j.p.singleton+[email protected] (James Singleton)
j.p.singleton+[email protected] (James Singleton)
© James Singleton
Sat, 07 Oct 2017 09:56:00 +0000
-
FT Talk
https://unop.uk/ft-talk/
Sat, 07 Oct 2017 09:56:00 +0000
j.p.singleton+[email protected] (James Singleton)
https://unop.uk/ft-talk/
I gave a talk at the Financial Times on ASP.NET Core 2.0, including a live demo running it with a React and Redux TypeScript client app on a Raspberry Pi.
-
Projects
https://unop.uk/projects/
Fri, 06 Jan 2017 10:00:00 +0000
j.p.singleton+[email protected] (James Singleton)
https://unop.uk/projects/
Below are a selection of just some of my projects. Follow the links for details:
Electric Shift - Compares the carbon intensity of your next two electricity off-peak periods in your region so you know if it’s better to charge the car tonight or tomorrow night (blog post) Mobile-Friendly London Transport Status in React - reactube.
-
Building a Web App in React and ASP.NET Core - Part 2
https://unop.uk/building-a-web-app-in-react-and-asp-net-core-part-2/
Thu, 05 Jan 2017 17:33:59 +0000
j.p.singleton+[email protected] (James Singleton)
https://unop.uk/building-a-web-app-in-react-and-asp-net-core-part-2/
In part one of this React series we built a client-side tube status mobile web app. In this part we’ll examine server-side rendering to generate some HTML.
-
Building a Web App in React and ASP.NET Core - Part 1
https://unop.uk/building-a-web-app-in-react-and-asp-net-core-part-1/
Wed, 28 Dec 2016 13:42:00 +0000
j.p.singleton+[email protected] (James Singleton)
https://unop.uk/building-a-web-app-in-react-and-asp-net-core-part-1/
Let’s build an app in React! For this tutorial I’ll port my existing tube status page to the new framework.
-
Service Workers vs. AppCache
https://unop.uk/service-workers-vs-appcache/
Thu, 14 Jul 2016 17:44:31 +0000
j.p.singleton+[email protected] (James Singleton)
https://unop.uk/service-workers-vs-appcache/
I’ve used the Application Cache (AppCache) successfully in many projects (such as InstaBail) but for my recent book I wrote about JavaScript Service Workers, as AppCache has been deprecated and Service Workers have replaced it, almost.