Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.66 KB

File metadata and controls

48 lines (29 loc) · 1.66 KB

React Class Components : Overview

Compilation of Class Component exercises from appacademy.io


📍 Why Learn React Class Components?

React Class Components remains valuable even today, despite the growing popularity of React Hooks. Many existing projects and codebases still use class components, making it essential for developers to understand and work with them. Additionally, certain libraries and third-party components may still be built using class components, and being familiar with them allows developers to integrate these components seamlessly into their applications. This knowledge can be helpful when maintaining or debugging legacy projects that heavily rely on class components. React Class Components ensures developers are well-rounded and equipped to work effectively across a wide range of React codebases and scenarios.


Set up

To install any dependencies, run:

npm install

Every folder that consist of test folder can run unit tests with mocha and chai, you can run the following command:

npm test

📝 Other noteworthy projects

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Tenzies Game
🔗 https://tenzies-robin-dc.vercel.app/
🐱 https://github.com/robin-dc/Tenzies.git

Github User Searcher
🔗 https://github-usearch.vercel.app/
🐱 https://github.com/robin-dc/Github-User-Searcher.git

RECIPE.app
🔗 https://favoriterecipes.vercel.app/
🐱 https://github.com/robin-dc/RECIPE.app.git