I would like to show you my experimental project with Web Components and Redux.
I have just finished my own test with [Netlify](https://www.netlify.com/). It is a static page provider with Git deploy integration opportunity (GitHub, GitLab, Bitbucket) . Netlify has got very good performance, it provides https sertification and we can use our own domain with the projects. So, we have got everything that we need for a starter project. Here comes a brief guide!
I was in a middle of a project, and I didn't used React for a while. I had to solve the situation: I...
I read several entries with example codes in connection with React. For example, I'd just read a short article about Stateful and Stateless components with React. I saw a lot of "old way approaching" solution, so I would like to share with you a trick about the class based components and their state.