Skip to content

Commit

Permalink
Adding Lemmy to more examples (#1476)
Browse files Browse the repository at this point in the history
I used inferno to build a federated reddit alternative called [Lemmy](https://github.com/dessalines/lemmy), realized it could go here.
  • Loading branch information
dessalines authored and Havunen committed May 28, 2019
1 parent 6bd29fc commit b13f315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ If you have built something using Inferno you can add them here:
- [**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)
- [**Lemmy - a self-hostable reddit alternative** (front end in Inferno)](https://github.com/dessalines/lemmy)

## Getting Started

Expand Down

0 comments on commit b13f315

Please sign in to comment.