Giter Site home page Giter Site logo

Comments (1)

cythrawll avatar cythrawll commented on June 16, 2024

Hello, I have some ideas for you.

  1. Ember has some great i18n libraries.
  2. We actually have login working in our own yavin deployments, we set up login, for example with an express middleware and then expose the navi.user in the ember environment via a server-generated-config.js
  3. that would be cool

So, about react, we've actually recently made the jump to react ourselves in many of our projects, but as yavin is written in ember, if you wish to develop with it, I strongly suggest learning and writing in the ember ecosystem. It's actually a good thing to have experience and knowledge of several frameworks these days. Anyway, if you have existing components in react, there are ways you can expose and embed them in ember. We've actually done this by wrapping react components in ember for custom visualizations and such. It works really well if used sparingly. However, you'll have best results in using it sparingly for complex components where the cost is too high to find or rewrite a ember alternative. For most features you'll probably want to stick with ember as rendering react components in ember can just make things complex for debugging/testing maintainability and might have some performance overhead as well as you have to bootstrap react inside of every ember component that uses react.

from framework.

Related Issues (20)

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.