What if you could reuse all the unit tested React components that you will find on npm to make your isomorphic/universal static website? What if this website will be static but dynamic at the same time? What if you can even offer the UX of a progressive w... (more…)
Read more »
There are a lot of collections of anti-patterns for React and different app’s state managers like Redux and MobX (e.g. react-bits), but I… (more…)
Read more »
I love the new hooks from redux-react. It simplify things a lot. Let’s see how to test it.TBH, the solutions can be applied to any react hooks. (more…)
Read more »
There is no better way to showcase your projects and apps than having a deployed version of them. One of the ways of doing this is using GitHub Pages, which host your app directly from your project repository. It is free and easy to use and maintain. Reac... (more…)
Read more »