Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielt-dev/react.js-quick-tips

This repository contains some React.js tips & tricks with useful code snippets
https://github.com/danielt-dev/react.js-quick-tips

code reactjs tips-and-tricks

Last synced: about 1 month ago
JSON representation

This repository contains some React.js tips & tricks with useful code snippets

Awesome Lists containing this project

README

        

# 📘 React.js-Quick-Tips 🔍

### This repository contains some of my React.js tips & tricks with useful code snippets.

### Table of content:
- [Create a simple router in React.js](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/Router.md)
- [Speed up development with React.js + Vite.js bundling
](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/Vite.md)
- [Using state variables in React.js with the useState hook](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/State.md)
- [Avoid Re-Rendering with React.memo](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/Memo.md)
- [Optimize React Component Re-Renders with useCallback](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/useCallback.md)
- [Ensure Type safety with Prop Types](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/PropTypes.md)
- [Manage Global State with React.js Context API](https://github.com/DanielT-Dev/React.js-Quick-Tips/blob/main/useContext.md)

### 🚀 Hope you find it useful ! ⭐