Newsletter #6
This is newsletter #6 - about crafting (and) JavaScript - April 3rd, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
This is newsletter #6 - about crafting (and) JavaScript - April 3rd, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
This is newsletter #5 - about crafting (and) JavaScript - March 27th, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
Sometimes I stumble over commenting out a part in my JSX template.
And I am always again looking for how to do that {#
or {--
or what do I know.
Actually we are currently discussing and evaluating to use react or alike and this react lifecycle comes in perfectly and somehow also makes the point stronger that a well documented, cared and widely used project is a good thing to be using. Decided!
Finally I learned how to abort a fetch, see the post
React useEffect and fetch API
by @Jaime.
Continue reading →
I am currently working on a React Native app that uses redux saga heavily.
My main concern with it is the traceability of code that goes together, the modularization. It is hard, if not impossible to know
what belongs together, what is needed in combination with what.
Continue reading →
Theme.AppCompat
is supplied by the Android Support Library
When I started digging into the styles.xml
file of our React Native app I found XML like this:
Continue reading →