KB blog
-
12 Dec 2018 | Stick panel in a flex container
Time to style a bit this website. I got inspiration from Redux documentation website for the colours and the layout as.
-
11 Dec 2018 | Styling table
Having used so much flexbox and stuff, I forgot how to style one of the most basic elements:
<table>
. -
11 Dec 2018 | Helloworld!
Time to build my KB website. I aimed at storing here how I did and do stuff, especially regarding the problem I encountered. I often have the “Oh yeah, I know I had a link to solve this problem but what was it again?”.
-
11 Dec 2018 | Persist artifacts in CircleCI
This website could have used
master branch/docs
folder as a website: -
06 Dec 2018 | Props check and default values
props
sane definition is essential to ensure that proper data input. Considering the addition of Redux, a lot of props come from dispatch or Redux state. But other are standard props. To enforce data integrity and comply with my OCD, I put some: