#hooks

[ follow ]
Software development
fromHackernoon
1 year ago

Your First Line of Defense for Clean Code is Pre-Commit: How to Set It Up | HackerNoon

Git hooks can prevent issues by running scripts before commits or pushes.
Pre-commit simplifies managing and sharing multi-language git hooks for teams.
Installing pre-commit requires setting up a configuration file in the repository.
React
fromHackernoon
4 years ago

Every Popular React Pattern You Should Know About | HackerNoon

The React ecosystem has developed its own patterns for organizing components, enhancing clarity and maintainability.
The Container & Presentational Components pattern separates data logic from UI presentation.
[ Load more ]