How to add flow type definition for raw-loader
Reading Time: 3 minutes Recently I have encountered a quite odd problem. I was trying to load *.html file as a string in my React component using raw-loader , ...
Reading Time: 3 minutes Recently I have encountered a quite odd problem. I was trying to load *.html file as a string in my React component using raw-loader , ...
Reading Time: 5 minutes As a software engineer, I do or receive code review nearly daily (except probably Saturday’s and Sunday’s 😂). At the beginn...
Reading Time: 2 minutes During my preparation to talk in Verona on ReactJSDay I have tried to dive deep in some patterns in React that have been broadly discus...
Reading Time: 4 minutes Recently in many front-end conferences, the accessibility topic appears very often and in some way, it reminds me the endless discussio...
Reading Time: < 1 minute React is the “instrument” that I am using on a daily base, and for this reasons, I am trying not to miss any updates th...
Reading Time: 2 minutes I love the concept of functional programming. Lately, in addition to my work with React + Redux +JS, etc. I have worked also a lot with...
Reading Time: 3 minutes Recently I have moved out rich text editor from the TinyMCE to the Draft.js. I wanted to make this transfer as less noticeable as possi...
Reading Time: 2 minutes Last four working days were quite interesting, as I was moving rich editor that we used in our application from the TinyMCE to Draft.js...
Reading Time: 4 minutes Last year I relocated to London and was faced the need to find the job for myself. At the beginning of my search, I have found one of t...
Reading Time: 3 minutes Recently I have started to investigate how we can use the react-storybook to separate the View (mostly UI dump component) from the data...