Gilad lev-ariUsing 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
Gilad lev-ariWhy 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
Gilad lev-ariinWebtipsHow 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
Gilad lev-ariGetting 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
Gilad lev-ariGetting 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
Gilad lev-ariGetting 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
Gilad lev-ariWhy 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
Gilad lev-ariCreating 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
Gilad lev-ariTesting 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