Skip to content

RashedAbdullah/Reuseble-functionalities

Repository files navigation

Reusable Functionalities and Components Repository

Welcome to my repository for reusable functionalities and components! Here you'll find a collection of handy utilities and components that can be utilized across JavaScript, React.js, Next.js, and Node.js projects. Feel free to explore, contribute, or use these functionalities and components in your projects.

Table of Contents

JavaScript

  • Shuffle Array: A function to shuffle the elements of an array randomly using the Fisher-Yates algorithm.
  • Debounce Function: useDebounce function to debounce function calls in JavaScript.

React.js

  • Custom Hooks: Collection of custom React hooks for common functionalities like debouncing, local storage management, etc.
  • Reusable Components: UI components designed for reuse across different React.js projects.
  • Higher-Order Components (HOCs): Higher-order components for implementing common patterns such as authentication, data fetching, etc.

Next.js

  • Custom Hooks: Custom hooks optimized for Next.js applications, such as data fetching hooks, router hooks, etc.
  • Shared Layout Components: Reusable layout components that can be shared across multiple Next.js pages.
  • API Routes: Utility functions for creating API routes with Next.js.

Node.js

  • Utility Functions: Collection of utility functions commonly used in Node.js applications, such as file system operations, string manipulation, etc.
  • Middleware: Reusable middleware functions for Express.js or other Node.js frameworks.
  • Database Utilities: Helper functions for interacting with databases in Node.js projects.

Contributing

Contributions are welcome! If you have any reusable functionalities or components that you'd like to share, feel free to submit a pull request. Please ensure that your contributions are well-documented and tested.

License

This repository is licensed under the MIT License.

About

My all Reusble functionalities and components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published