1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
◄Older
page 1 / 2
32 results tagged react x
  • thumbnail
    I Almost Got Fired for Choosing React in Our Enterprise App | by Razvan Dragomir | Better Programming | Jan, 2021 | Medium
    January 23, 2021 at 12:04:57 PM UTC - permalink -
    QRCode
    - https://medium.com/better-programming/i-almost-got-fired-for-choosing-react-in-our-enterprise-app-846ea840841c
    dependancies emploiement fail fired methodology project-managment react
  • React components to create parallax scroll effects for banners, images or any other DOM elements

    React components to create parallax scroll effects for banners, images or any other DOM elements. Uses a single scroll listener to add vertical or horizontal scrolling based offsets to elements based on their position in the viewport. Optimized to reduce jank on scroll and works with universal (server-side rendered) React apps.

    April 10, 2019 at 12:28:18 PM UTC * - permalink -
    QRCode
    - https://jscottsmith.github.io/react-scroll-parallax-examples/examples/parallax-example/
    js-ecosystem parallax react scroll ui
  • Rekit
    January 2, 2019 at 9:50:24 AM UTC - permalink -
    QRCode
    - http://rekit.js.org/
    create-react-app IDE react
  • devextreme-reactive

    The DevExtreme React Chart is a component that visualizes data using a variety of series types, including bar, line, area, scatter, pie, and more. It is a stateless component - it relies on properties and works in controlled mode only. The DevExtreme React Chart has a composable and extendable architecture in which plugins provide additional elements (such as axes, legend, grid). Twitter Bootstrap and Material-UI rendering and theming are supported out of the box.

    December 28, 2018 at 9:31:43 AM UTC - permalink -
    QRCode
    - https://devexpress.github.io/devextreme-reactive/react/chart/docs/guides/getting-started/
    bootstrap charts react reactstrap
  • nivo

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries.

    November 26, 2018 at 8:56:55 AM UTC * - permalink -
    QRCode
    - https://nivo.rocks/
    dataviz library module react
  • Examples of react-svg-map

    A React.js component to display an interactive SVG map.

    November 19, 2018 at 3:18:25 PM UTC - permalink -
    QRCode
    - https://victorcazanave.com/react-svg-map/
    component geo interactive map module react svg
  • thumbnail
    What Is Redux: A Designer’s Guide — Smashing Magazine
    October 15, 2018 at 8:17:05 AM UTC - permalink -
    QRCode
    - https://www.smashingmagazine.com/2018/07/redux-designers-guide/#fetching-and-storing-data
    design react redux
  • Our Publications & Email Newsletters — Cooperpress

    We help developers, and the companies they work for, stay up-to-date via our variety of publications, across the web, social and by email.

    October 12, 2018 at 7:04:34 PM UTC * - permalink -
    QRCode
    - https://cooperpress.com/publications/
    frontend-focus javascript newsletters react technology
  • React Server

    Dunno why I bookmark this shit, maybe because someday I could need it.

    September 7, 2018 at 8:08:22 AM UTC - permalink -
    QRCode
    - https://react-server.io/
    isomorphic js-ecosystem module react server
  • react-vis

    A composable charting library

    August 18, 2018 at 4:05:46 AM UTC - permalink -
    QRCode
    - https://uber.github.io/react-vis/
    chart dataviz react vis viz
  • DownloadButton

    DownloadButton is a simple component for letting the user download a javascript-generated file. It was extracted from Notablemind.

    August 10, 2018 at 3:24:30 PM UTC - permalink -
    QRCode
    - http://notablemind.org/downloadbutton/
    component download file library module react
  • Home · React On Rails

    React on Rails integrates Rails with (server rendering of) Facebook's React front-end framework.

    July 14, 2018 at 11:09:33 AM UTC - permalink -
    QRCode
    - https://shakacode.gitbooks.io/react-on-rails/content/
    rails react
  • thumbnail
    adam-golab/react-developer-roadmap: Roadmap to becoming a React developer in 2018

    react-developer-roadmap - Roadmap to becoming a React developer in 2018

    July 14, 2018 at 11:08:44 AM UTC - permalink -
    QRCode
    - https://github.com/adam-golab/react-developer-roadmap
    development js-ecosystem learning react schema toolkit
  • Recharts

    Recharts - Re-designed charting library built with React and D3.

    June 21, 2018 at 7:34:59 PM UTC - permalink -
    QRCode
    - http://recharts.org/#/en-US/
    d3 dataviz module react recharts
  • simple.js - example - rc-switch@1.6.0
    June 10, 2018 at 8:14:44 PM UTC - permalink -
    QRCode
    - https://react-component.github.io/switch/examples/simple.html
    component gui gui-toolkit react switch toggle
  • react-component

    components based on reactjs http://ant.design

    June 10, 2018 at 8:13:30 PM UTC - permalink -
    QRCode
    - http://react-component.github.io/badgeboard/
    component gui-toolkit react ui
  • thumbnail
    react-component

    components based on reactjs http://ant.design

    June 3, 2018 at 10:27:26 AM UTC - permalink -
    QRCode
    - https://github.com/react-component
    component js-ecosystem react switch
  • thumbnail
    CodeSandbox: Online Code Editor Tailored for Web Application Development

    CodeSandbox is an online editor that helps you create web applications, from prototype to deployment.

    May 28, 2018 at 9:29:09 AM UTC * - permalink -
    QRCode
    - https://codesandbox.io/
    babel codebin demo js-ecosystem react repl sandbox
  • thumbnail
    javascript - Embedding SVG into ReactJS - Stack Overflow

    If you want to load it from a file, you may try to use React-inlinesvg - that's pretty simple and straight-forward.

    import SVG from 'react-inlinesvg';
    
    <SVG
      src="/path/to/myfile.svg"
      preloader={<Loader />}
      onLoad={(src) => {
        myOnLoadHandler(src);
      }}
    >
      Here's some optional content for browsers that don't support XHR or inline
      SVGs. You can use other React components here too. Here, I'll show you.
      <img src="/path/to/myfile.png" />
    </SVG>
    May 24, 2018 at 3:55:42 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/23402542/embedding-svg-into-reactjs#30579774
    inline react svg
  • thumbnail
    javascript - Loop inside React JSX - Stack Overflow

    Think of it like you're just calling JavaScript functions. You can't put a for loop inside a function call:

    return tbody(
        for (var i = 0; i < numrows; i++) {
            ObjectRow()
        } 
    )

    But you can make an array, and then pass that in:

    var rows = [];
    for (var i = 0; i < numrows; i++) {
        rows.push(ObjectRow());
    }
    return tbody(rows);

    You can use basically the same structure when working with JSX:

    var rows = [];
    for (var i = 0; i < numrows; i++) {
        // note: we add a key prop here to allow react to uniquely identify each
        // element in this array. see: https://reactjs.org/docs/lists-and-keys.html
        rows.push(<ObjectRow key={i} />);
    }
    return <tbody>{rows}</tbody>;

    Incidentally, my JavaScript example is almost exactly what that example of JSX transforms into. Play around with Babel REPL to get a feel for how JSX works.

    April 24, 2018 at 12:24:15 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/a/22877049/954777
    js-ecosystem jsx loop react sophie-alpert
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation