Building A Translation Component With React And Redux

Let's build a simple component that will display text in the correct language (`locale`) and is managed by Redux. Updating the `locale` will trigger a re-render of the Translation component and this will result in a clean language switch without a page reload and without re-rendering any parent components....

Read More

Starting a blog as a developer

For normal bloggers it's easy. They choose a platform they like (Wordpress, Blogger, Tumbler, ... ), pickout a good looking template and start blogging. As a developer it's a different story...

Read More