React Form, my wrong way

<p class="wp-block-paragraph">Today I had to face form definition in react and I was afraid to some kind of repeatitive task.<br />I looked for in in google, I found <a rel="noreferrer noopener" href="https://jaredpalmer.com/formik" target="_blank">formik</a>, <a rel="noreferrer noopener" href="https://redux-form.com/8.3.0/" target="_blank">react-redux-form</a>, but I see it too complex, or too heavy.</p> <p class="wp-block-paragraph">I am using <a href="https://reactstrap.github.io/" target="_blank" rel="noreferrer […]

Read More…

I stopped the data flow – on React best practices

<p class="wp-block-paragraph">Reading the interesting article from Dan Abramov:<br /><a href="https://overreacted.io/writing-resilient-components/" target="_blank" rel="noreferrer noopener" aria-label="https://overreacted.io/writing-resilient-components/ (opens in a new tab)">https://overreacted.io/writing-resilient-components/</a></p> <p class="wp-block-paragraph">I stopped at memoization. I did not know this technic before, but simply because nobody care so much about names before functional programming. And so I discovered how large is the cover of react hooks, […]

Read More…