This repository is a monorepo for react-window-infinite-scroll.
monorepo
├── package
└── preview
This is where the main project lives. In other words, npm publish happens here.
This is where the preview repository is located. If you build this project and serve the outputs, you can preview the component.
With npm workspace feature, the main package project links to preview automatically.
You can visit the preview page on Github Pages. https://dlguswo333.github.io/react-window-infinite-scroll/