Building accessible UI components with Ariakitby Ejiro Thankgod The aim of developers is to lower the obstacles to engagement and communication that many people experience in the real world. In terms of accessibility, the goal is to develop tools and solutions that anyone can use, regardless of ...Mar 12, 2023·7 min read
Top alternatives to Create-React-Appby Ejiro Thankgod React is a JavaScript framework that makes creating graphical user interfaces easier. After being created at Facebook, it was made available to the general public in 2013. It is currently the driving force behind several well-known ...Nov 29, 2022·9 min read
React Native vs. Flutter -- a Comparisonby Ejiro Thankgod The two most popular frameworks for building cross-platform mobile apps are React Native and Flutter. These titans are supported by Facebook and Google, two of the largest tech businesses in the world. According to Statista, there a...Nov 2, 2022·7 min read
Alternatives to Create React AppReact is a JavaScript framework that aims to simplify the building of graphical user interfaces. After being developed at Facebook, React was released to the public in 2013. Create React App is now the engine behind several of the most well-known app...Oct 22, 2022·6 min read
Data Visualization with Google Chartsby Ejiro Thankgod Data visualization is an excellent approach to displaying data and involving an audience. The human mind is often better at remembering visuals than memorizing raw data, excel sheets, or lengthy lists of figures. Using Google Charts...Sep 27, 2022·8 min read
Deploying React applications to Netlifyby Ejiro Thankgod Deployment is the process of transferring our code from a source control system to a hosting platform, where it is kept and can be made available to users as an application. Usually, this is carried out on a local server or in the c...Sep 23, 2022·8 min read
Integrating Bootstrap page templates into our React websitesby Ejiro Thankgod Creating a React app from scratch can be frustrating if you are new to the framework, with many parts you want to make good-looking; without a level of design knowledge and expertise, it gets infuriating. It gets more challenging wh...Aug 26, 2022·9 min read