diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 35d71cf26..180d7fd30 100644 --- a/.github/FUNDING.yml +++ b/.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'] diff --git a/README.md b/README.md index 2e1ec1b4a..d05741353 100755 --- a/README.md +++ b/README.md @@ -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) @@ -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)