|
You are here |
teklinks.andrejnsimoes.com | ||
| | | | |
egghead.io
|
|
| | | | | Two things that all React developers will agree on are: It's imperative that you define all prop types for a given component when writing production-gr... | |
| | | | |
maxschmitt.me
|
|
| | | | | [AI summary] A web developer shares a reusable React hook that allows components to function as both controlled and uncontrolled inputs with character counting. | |
| | | | |
endormi.io
|
|
| | | | | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI. | |
| | | | |
sandroroth.com
|
|
| | | Reducers are not only useful for global state management. They can also be used for local component state. And compared to plain useReducer() we can reduce boilerplate code by adapting the API of modern reducer libraries like Redux Toolkit (RTK). | ||