Skip to content

Commit edba99b

Browse files
committed
add google analytics tracking code
1 parent 6839abe commit edba99b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ baseurl: "/blog" # the subpath of your site, e.g. /blog
2323
url: "https://hyperstart.io" # the base hostname & protocol for your site, e.g. http://example.com
2424
twitter_username: hyperstartJS
2525
github_username: hyperstart
26+
google_analytics: UA-112102241-1
2627

2728
# Build settings
2829
markdown: kramdown

_posts/2018-04-19-resources-to-learn-hyperapp.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Resources to Learn Hyperapp"
44
date: 2018-04-19 12:32:47 +0200
55
categories: hyperapp tutorial resources learning snippets recipes
66
---
7-
[Hyperapp](https://github.com/hyperapp/hyperapp){:target="_blank"} is a tiny JavaScript framework for building web applications. It's been optimised for perfomance and simplicity, while still allowing for complex web applications. Given its reduced size and architecture, Hyperapp is also ideal for creating Progressive Web Applications (PWA), a topic we will be covering in a later post.
7+
[Hyperapp](https://github.com/hyperapp/hyperapp){:target="_blank"} is a micro JavaScript framework for building web applications. It's been optimised for perfomance and simplicity, while still allowing for complex web applications. Given its reduced size and architecture, Hyperapp is also ideal for creating Progressive Web Applications (PWA), a topic we will be covering in a later post.
88

99
Since it is a new development and requires a different paradigm than many of the most popular frameworks, it may feel daunting to look at a Hyperapp project at first. However, Hyperapp is actually one of the simplest frameworks to learn and develop with. The resources linked here can be a valuable first step, but as with any programming exercise, the best approach is to try it yourself. You can fork Hyperapp from the Github link above and try out any of the examples below. Alternatively, you can use [Hyperstart](https://www.hyperstart.io/){:target="_blank"}, an online development framework optimised for Hyperapp, which deploys pre-configured projects and already includes many of the examples mentioned here.
1010

0 commit comments

Comments
 (0)