Using the native form element with ReactI’m gonna something that some of you might like but most of you might not. You should use the native HTML form element. What I actually…Jan 9, 20223Jan 9, 20223
Why the heck did you effect?With the addition of hooks to React 16.8, a new “lifecycle” handler entered our lives, the useEffect hook.Jun 27, 2021Jun 27, 2021
Published inWebtipsHow I wrote “Redux” - like Hook named “use-hooks-store” 👊After playing around with React Hooks, I have to say it is just great. Many of the heavy lifting things you had to do when using React…Apr 2, 2019Apr 2, 2019
Getting started with React HooksBefore I go on with this post and it’s demo, I want to make one thing clear. React Hooks, is still in alpha. You shouldn’t use it in…Dec 24, 20182Dec 24, 20182
Getting started with React.memoReact.memo, like React.lazy, was also introduced in React 16.6. If you ever worked with functional components, you probably know that…Dec 2, 20182Dec 2, 20182
Getting started with React.lazyReact.lazy was introduced in React 16.6. It is a function which lets you import components dynamically when it needs to be rendered…Nov 24, 20182Nov 24, 20182
Why are code review and tests are so important for your code?!This next post is actually a talk I gave a few weeks back and thought it is so important I should share it with others.Nov 19, 2018Nov 19, 2018
Creating a React library using Rollup & GulpBefore I’ll start with how to create your own React library, I’d like to say I hate writing my own bundler config, task manager etc. I…Nov 13, 2018Nov 13, 2018
Testing react-intl with jest and enzymeIf you don’t know react-intl, it is an i18n library for react. it is pretty straightforward to use as part of your react project. Yet it…Nov 8, 20182Nov 8, 20182