Saifullah-dev / react-file-manager

An open-source React.js package for seamless file manager integration, offering a user-friendly interface for viewing, uploading, and deleting files with full UI and backend support.
https://www.npmjs.com/package/@cubone/react-file-manager
MIT License
18 stars 5 forks source link

Implement Context API to Eliminate Prop Drilling in the Application #56

Closed Saifullah-dev closed 2 months ago

Saifullah-dev commented 2 months ago

The current state management approach involves passing props through multiple levels of the component tree (prop drilling), which complicates the codebase and increases the potential for errors. To simplify state management and improve maintainability, the Context API should be implemented. This will allow for easier sharing of data across components without the need to pass props at every level.

Task:

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: