React React and Graphql Optimization Story How sometimes is better to split React component into two than adding more props.
refactoring Refactoring First vs Change First How, I think about refactoring and code changes sequencing.
React Extract React Hook Refactoring How to extract custom React hooks to refactor complicated logic in your components.
React Replace Conditional With Map Refactoring This is one of my favorite refactorings. It helps to group logic, making code easier to read and easier to extend.