Software Alternatives & Reviews

Getting Started with Microsoft's FAST Element

WebComponents.dev Vue.js Storybook stenciljs JSDoc Bootstrap Icons
  1. The modern IDE for web platform developers
    A few of the more popular tools for building web component libraries include lit, StencilJS, and even the popular JavaScript frameworks can output web components now (you can play with some of them at webcomponents.dev), but for the last few weeks I have had the opportunity to work with Microsoft’s FAST Element and I am pretty impressed with it.

    #Developer Tools #Development Tools #Mac 9 social mentions

  2. 2
    Reactive Components for Modern Web Interfaces
    Pricing:
    • Open Source
    As you can see, FAST uses a different syntax for listening for events on elements. Rather than the normal onSearch or onClick, they use @search and @click. If you have ever used Vue.js, then FAST’s attribute and event binding syntax should look familiar.

    #Front-End Frameworks #Javascript UI Libraries #JS Library 337 social mentions

  3. Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.
    Pricing:
    • Open Source
    Here we are using FAST’s library to define and create our custom element - - but we will also be using jsDoc to help document our component, integrate it with the Storybook, and generate our custom element manifest.

    #React #React Components #Design Tools 202 social mentions

  4. A toolchain for building reusable, scalable Design Systems.
    Pricing:
    • Open Source
    A few of the more popular tools for building web component libraries include lit, StencilJS, and even the popular JavaScript frameworks can output web components now (you can play with some of them at webcomponents.dev), but for the last few weeks I have had the opportunity to work with Microsoft’s FAST Element and I am pretty impressed with it.

    #Javascript UI Libraries #JS Library #JavaScript Framework 42 social mentions

  5. 5
    An API documentation generator for JavaScript.
    Pricing:
    • Open Source
    Here we are using FAST’s library to define and create our custom element - - but we will also be using jsDoc to help document our component, integrate it with the Storybook, and generate our custom element manifest.

    #Documentation #Documentation As A Service & Tools #Development 48 social mentions

  6. Official open source SVG icon library for Bootstrap
    Pricing:
    • Open Source
    // using Bootstrap icons - https://icons.getbootstrap.com/ Const IconTemplate = (args: any) => ` ${args.label}">${args.default} `; Export const Icon: any = IconTemplate.bind({}); Icon.args = { default: "\"bi bi-search\">" };.

    #Web Icons #Icon Fonts #Vector Icons 19 social mentions

Discuss: Getting Started with Microsoft's FAST Element

Log in or Post with