The Wayback Machine - https://web.archive.org/web/20200523162256/https://github.com/topics/virtualdom
Skip to content
#

virtualdom

Here are 23 public repositories matching this topic...

fdietze
fdietze commented Dec 30, 2018

We need more documentation. I already wrote a lot about the basic concepts, but there is a lot of documentation missing. Here is an incomplete list to have an idea what to work on:

As a general idea, let's link almost all topics to the relevant source-code, so that users have a good introduction to the code and the barrier to contribute gets lower.

  • Update source-code references (they c
thSoft
thSoft commented Sep 2, 2017

OS: macOS 10.12.4
npm: 3.10.10
purescript-outwatch: 0.7.0

Run:

npm install -g purescript pulp bower
pulp init
bower install purescript-outwatch
npm install rxjs snabbdom

Edit src/Main.purs:

module Main where

import OutWatch

main = render "#app" (h1 [text "Hello World"])

Create index.html:

<body>
  <div id="app"></div>
  <script type="text/javas

Improve this page

Add a description, image, and links to the virtualdom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the virtualdom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.