Skip to content

15+ React Native Component Libraries You Should Know in 2025

React Native Component Libraries You Should Know

React Native component libraries can be a huge time-saver when you’re working on an app project. How? Well, let’s start with React itself. You probably know that React is an open-source JavaScript library that helps in building user interfaces for both web-based and mobile apps. It includes a number of components that you can use readily for your apps. Usually, while building components in React, you’ll need to style them to fit the guidelines of the platform you’re targeting. That’s where React Native can help. It’s a framework you can use to develop mobile apps by using React along with native capabilities of the target platform.

(read more)

How to Add Search to a Static WordPress Site for Free Using Lunr

How to Add Search to a Static WordPress Site

If you have a static WordPress site or you're strongly considering launching one, then you're probably already aware of its default limitations. One of the big ones is the inability to add a search function to your site. But with a little bit of creative thinking, you can use a free, open-source JavaScript library called Lunr (along with a few other tools) to get around that problem and build one anyway. Here's how...

(read more)

How to Migrate a Site From Figma to WordPress

A Figma to WordPress conversion is a common workflow in many development circles. Figma is an industry-typical tool to help with User Interface (UI) and User Experience (UX) design. WordPress is (of course) the typical way to publish your website. It means figuring out how both of these solutions work together for more efficient project management.

(read more)

Defer Offscreen Images: How to Fix This Google Lighthouse Opportunity

Measuring your site’s performance has often been a hit or miss job. This is because the available tools didn’t give us a proper insight into the experience of the user relative to that site performance. However, Google Lighthouse fixes a lot of these drawbacks, and makes it so you can fit it into your development workflow. One of the ‘opportunities’ within Lighthouse is to defer offscreen images in WordPress. The good news is this is simple to achieve.

(read more)

How to Reach 100 in Google PageSpeed Insights (on WordPress)

Wouldn’t it be great if there was a tool to help you make your website faster? Well, there is! Google PageSpeed Insights is the name, and it’s a free service that’s on hand to solve your slow website woes. In this article we’ll look at what it is, how it works, and how you can reach the elusive Google PageSpeed Insights 100 / 100 score in WordPress.

(read more)