Thoughts and articles on technology from the Flexhire team and our members around the world
React's (now finalized) Context API is a powerful - and native - way to share state without having to pile on extra packages or tons of boilerplate code.
Developers sometimes spend a couple of weeks building an API and maybe another week writing the documentation, and this can be time-consuming. The question is, is it possible to generate API documentation in 20 minutes? Yes, it is possible and we are going to learn how to do that now.
Linting tools (like ESLint) can be incredibly valuable - but they can also be used to propagate coding pedantry.