Giter Site home page Giter Site logo

How to use idx about idx HOT 1 CLOSED

facebook avatar facebook commented on April 28, 2024 1
How to use idx

from idx.

Comments (1)

yungsters avatar yungsters commented on April 28, 2024

Whether the package should be installed as a devDependency or dependency depends entirely on how you plan to use it in your package. Typically, you'll want idx as a dependency and babel-plugin-idx as a devDependency. However, you may want idx as a devDependency if — for example — it is only being used by build tools. Likewise, you may want babel-plugin-idx to be a `dependency if — for example — you use the Babel plugin during the runtime of your package.

You need to import idx because for all intents and purposes, it's just another module that exports a function. The Babel plugin is an optional (but highly recommended) performance optimization.

There is no real "syntax" to idx. There are limitations, but the syntax is valid ECMAScript syntax. The babel-plugin-idx that you're probably referring to is, as mentioned above, a performance optimization. As its name implies, it requires Babel to transform your idx call expressions. It can occur either as a build step or at runtime, depending on how you choose to use Babel.

from idx.

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.