Data science Web development
Single Responsibility Principle in React applications – Part 3
if($show_excerpt):?>This is the third and the last part of a miniseries of blog posts. If you haven’t done that already, read previous parts of the series first: Single Responsibility [...]
endif;?>- Oct, 2018
- 21 min
Data science Web development
Single Responsibility Principle in React applications – Part 2
if($show_excerpt):?>This is the second part of my blog post series about dealing with React components that have too many responsibilities. Have a look at the first part of the [...]
endif;?>- Oct, 2018
- 10 min
Data science Web development
Single Responsibility Principle in React applications – Part 1
if($show_excerpt):?>In my work as a front-end developer, I often encounter single methods, classes, and React components doing way too much. These blocks of code are typically long, use many [...]
endif;?>- Sep, 2018
- 10 min