1.0.2 • Published 3 years ago

@ied/react-free-dom v1.0.2

Weekly downloads
18
License
MIT
Repository
-
Last release
3 years ago

npm.io

Purpose

The goal of this library is to render only what is visible to the user, this will superpower app like huge list, image gallery ...

Example

import React from 'react'
import { Range } from '@ied/react-free-dom'
import { renderPDF } from '@ied/pdf'

function renderer(pages) {
  pages.forEach(({ element, index }) => {
    renderPDF(element, index)
  })
}

export default function App() {
  return (
    <Range
      renderer={renderer}
      itemHeight={500}
      numberOfItems={10}
      renderKey={1234}
    />
  )
}
1.0.2

3 years ago

1.0.1

4 years ago

1.0.0-beta.15

5 years ago

1.0.0-beta.14

5 years ago

1.0.0-beta.13

5 years ago

1.0.0-beta.12

5 years ago

1.0.0-beta.11

5 years ago

1.0.0-beta.10

5 years ago

1.0.0-beta.9

5 years ago

1.0.0-beta.8

5 years ago

1.0.0-beta.7

5 years ago

1.0.0-beta.6

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago