Skip to content

Commit

Permalink
Updated readme benchmark link and removed comment lines from FUNDING.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampo Kivistö committed Aug 23, 2019
1 parent 0ea1693 commit 4ebd761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions .github/FUNDING.yml
@@ -1,12 +1,3 @@
# These are supported funding model platforms

github: # havunen
patreon: # Replace with a single Patreon username
open_collective: inferno
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -60,7 +60,7 @@ Live examples at [https://infernojs.github.io/inferno](https://infernojs.github.

- [UI Bench](https://localvoid.github.io/uibench/)
- [dbmonster](https://rawgit.com/infernojs/dbmonster-inferno/master/index.html)
- [JS Web Frameworks Benchmark - Round 7](https://www.stefankrause.net/js-frameworks-benchmark7/table.html)
- [JS Web Frameworks Benchmark (current)](https://krausest.github.io/js-framework-benchmark/current.html)
- [Isomorphic-UI-Benchmark](https://github.com/marko-js/isomorphic-ui-benchmarks)
- [1k Components](https://rawgit.com/infernojs/inferno/master/benchmarks/1kcomponents/index.html)

Expand Down Expand Up @@ -170,7 +170,6 @@ render(
If you have built something using Inferno you can add them here:

- [**Simple Clock** (@JSFiddle)](https://jsfiddle.net/2nm1kqct/)
- [**Simple Clock v5** (@JSFiddle)](https://jsfiddle.net/pzmqLjo7/)
- [**Simple JS Counter** (@github/scorsi)](https://github.com/scorsi/simple-counter-inferno-cerebral-fusebox): SSR Inferno (view) + Cerebral (state manager) + FuseBox (build system/bundler)
- [**Online interface to TMDb movie database** (@codesandbox.io)](https://codesandbox.io/s/9zjo5yx8po): Inferno + [Inferno hyperscript](https://github.com/infernojs/inferno) (view) + [Superagent](https://github.com/visionmedia/superagent) (network requests) + Web component ([custom elements v1](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)) + [state-transducer](https://github.com/brucou/state-transducer)
(state machine library)
Expand Down

0 comments on commit 4ebd761

Please sign in to comment.