Since most React applications are single page applications (SPAs), web forms usually do not submit the information directly from the form to a server. Instea… (more…)
Read more »
In this post, I'm going to show some examples of common functionality written in both React and Svelte. (more…)
Read more »
Writing a React form without any additional dependencies isn’t much of a challenge itself. The same goes for applying client-side data validation. What might be troublesome is keeping all your forms consistent across a bigger project. If every developer i... (more…)
Read more »
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette. - boringdesigners/boring-avatars... (more…)
Read more »