Skip to content

kjindev/react-moving-scroll

Repository files navigation

React Moving Scroll



The react-moving-scroll is the React Hook for making it easy to scroll to some specific contents that you wanna go. You can use it for Navigation Bar, Buttons, or anything you want, for adding smooth scrolling. It would help you as it give you the efficiently function, React Moving Scroll.

This is a Monorepo project for react-moving-scroll library. In this repository, there are 3 projects, open-source, docs and common. A brief description of the structure of this project is as follows.

├── apps
│   ├── open-source
│   └── docs
├── packages
│   ├── common
│   ├── typescript-config
│   └── eslint-config
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── README.md
├── turbo.json
└── tsconfig.json
  1. The open-source is a project for publishing react-moving-scroll on package. It contains code related to react-moving-scroll hook, for building the module.

  2. The docs is a project for making documentation page for react-moving-scroll. It contains code for publishing web page, made by Next.js.

  3. The common is a project for providing design system made by Storybook. It has descriptions for UI/UX for the docs project.


Development Stacks

The root dev stacks are as follows.

  • Turborepo, Next.js
  • TypeScript
  • PNPM Workspace

1. open-source

The open-source was developed using the following development stacks:

  • Core: React
  • Language: TypeScript

Do you want to see more details? Please visit here. 🔗 Repository of open-source


2. docs

The docs was developed using the following development stacks:

  • Core: Next.js
  • Language: TypeScript

Do you want to see more details? Please visit here. 🔗 Repository of docs


3. common

The common was developed using the following development stacks:

  • Core: Next.js, Storybook
  • Language: TypeScript

Do you want to see more details? Please visit here. 🔗 Repository of common