This video records how I made a reusable notification component for web applications, you can check out the component on my React storybook: http://davidguan... (more…)
Read more »
Hooks are not a new concept in React - they are a re-implementation (a new API) for state and side effects in React that better aligns with two existing concepts in react: the concept of Components as the primitive model for UIs, and of these components b... (more…)
Read more »
In the first part of this series, we introduced the idea of building reusable accessible components in React to lower the effort needed to build an accessible application, and covered how to build Navigation components. Read the first post here. Inputs... (more…)
Read more »
Recently I’ve been blogging mostly about Angular and it’s not by accident! Angular is an amazing framework, bringing a lot of innovation to the front-end technologies, with a great community behind it. In the same time, the projects that I’m working...
Read more »
React UI Components for macOS High Sierra and Windows 10 - GitHub - gabrielbull/react-desktop: React UI Components for macOS High Sierra and Windows 10... (more…)
Read more »