GithubHelp home page GithubHelp logo

isabella232 / discourse-react-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from discourse/discourse-react-example

0.0 0.0 0.0 2 KB

A proof of concept of mixing a React application with Discourse

JavaScript 87.22% HTML 4.99% Ruby 7.80%

discourse-react-example's Introduction

discouse-react-example

This is an example of how one could embed a React component in Discourse. It is a proof of concept, and is not a recommended pattern unless you are fully aware of the trade offs.

You probably don't want to do this!

How it works

We have a plugin connector in discovery-list-container-top which inserts an {{embed-react}} Ember component.

In the component's didInsertElement hook we asynchronously load React and ReactDOM and trigger a callback when it's ready. That callback mounts the react application and things start to work.

When the ember component is removed from the DOM willDestroyElement, we unmount the react component.

Cautions before using this approach

  1. Adding React will add an additional 107k (minified) to your download, plus parsing speed.

  2. Anything that you implement in a React component could be implemented in Ember.js without having to use this approach.

  3. Discourse comes with a rich set of components and toolkits to build your interface in Ember. You'd have to re-write them in React.

  4. We have established patterns for Internationalization (I18n) that would have to be re-created in React.

discourse-react-example's People

Contributors

eviltrout avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.