GithubHelp home page GithubHelp logo

Comments (1)

jrwats avatar jrwats commented on April 24, 2024

Missing translations
@fruchtose, missing translations would be most appropriate at build-time when building translations (the work done in the translate script). For the runtime, we have added a few hooks as of 0.11.0, including the ability to override the result returned from the fbt._(...) runtime call 5ba6790

A note on implementation
We explicitly stayed away from an actual eventing mechanism and instead went with explicit callbacks due to the heavyweight nature of eventing machinery. Given that fbt is going to show up almost anywhere we have text, we want to try and ensure it stays performant and brings in as few modules as possible.

Real time data reporting / string lookup
I'd encourage checking out FbtHooks.logImpression, it's probably what you want to take advantage of.

Language lookup
I'd question whether this should be done in FBT. I'm not opposed to necessarily adding another hook for this, but it's expected that the application layer is going to be calling into FBT to switch languages/locales - not the other way around, so I'd question the value there. Let me know your thoughts.

If you have any other hooks you'd like to see, or internals into which you'd like more introspection, please let us know. I'm going to close this for now, but feel free to reopen.

from fbt.

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.