Skip to content

Commit

Permalink
Start from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Jul 23, 2019
1 parent 44093cb commit 4835493
Show file tree
Hide file tree
Showing 38 changed files with 57 additions and 9,208 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"printWidth": 52,
"trailingComma": "es5"
}
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions didact.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const element = (
<div id="foo">
<a>bar</a>
<b />
</div>
)
const container = document.getElementById("root")
ReactDOM.render(element, container)
26 changes: 0 additions & 26 deletions examples/hello-world-jsx/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions examples/hello-world/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions examples/todomvc/.babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions examples/todomvc/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions examples/todomvc/.travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions examples/todomvc/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions examples/todomvc/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions examples/todomvc/rollup.config.js

This file was deleted.

33 changes: 0 additions & 33 deletions examples/todomvc/src/app/footer.js

This file was deleted.

141 changes: 0 additions & 141 deletions examples/todomvc/src/app/index.js

This file was deleted.

Loading

0 comments on commit 4835493

Please sign in to comment.