Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 851 Bytes

ROADMAP.md

File metadata and controls

31 lines (24 loc) · 851 Bytes

Always

  • Docs improvements! See FEEDBACK.md for specific points.
  • Loading patterns and auxiliary component examples

v1

  • Upgrade devDeps
  • Upgrade microbundle
  • Check --external all consequence
  • Upgrade react-intersection-observer
  • Pass Ref
  • Prop collection
  • Split out renderXYZ components
  • Refactor props
  • Elicit feedback and use cases for the public API
  • [~] Investigate container <div>
  • Solidify <noscript> fallback
  • experimentalDecode

Investigate

  • Auto sizes (if not handled already by browser behaviour)
  • cancel loading on componentWillUnmount

Later

  • abort loading if image leaves viewport and it has not loaded sufficiently
    • Likely a large change to how we do things
    • Possibly with using fetch and cancelling it
    • Probably a mess