ADVERTISEMENT

Pinay prodigy Alex Eala continues rise in tennis world  

Published Mar 15, 2023 04:59 pm
Empowerment is a word closely associated with strength that is ignited by one's sheer will and unrivaled determination. In a world that is dominated by those who take bold steps, Alex Eala radiates with such confidence, grit, and charm to become the Filipina athlete that is being admired today.

*Alex Eala discovered tennis when she was 4 years old. (Photo from Alex Eala's Facebook page)*


Running in the blood

Raised by her mother Rizza, who was a 1985 Southeast Asian Games bronze medalist in 100-meter backstroke, supported by his father Mike, and with the influence of her uncle, former Philippine Basketball Association commissioner Noli Eala, the young phenom would gradually fall in love with the sport. Her older brother, Miko, is also a tennis player and had his hand in sharpening Alex's skill since they were small children. Eala then joined the 2018 Les Petit As tournament in France, and immediately turned heads after topping the competition when she was 12 years old. Soon after, she moved to Spain and enrolled at the Rafa Nadal Academy and has been testing her wits against fellow scholars.

Under New York lights

*Alex Eala's crowning moment at the US Open juniors tournament. (AFP)*


Eala delivered a shining moment to remember in 2022 after capturing the 142nd US Open juniors girls' singles title in New York. In the finals, the pretty lass displayed crisp shotmaking to dominate Czech rival Lucie Havlickova, 6-2, 6-4, and earn herself the distinction as the first Filipina player in history to win a juniors singles grand slam crown. It was a coronation that was savored by millions of fans, celebrated by government officials, and served as a rallying point for aspiring tennis players who wish to be their own version of Eala. The victory in Flushing Meadows was also the talk of the town—mostly the enthusiasts, some the curious ones—that this tiny nation from the east, all crazy about boxing and basketball, is being represented in a sport that is the battleground of American and European superpowers. The singles crown was also a strong statement for the left-handed prodigy after proving herself well in the amateur doubles circuit. Before her exploits in the US Open, Eala was a winner in the 2019 Australian Open and 2021 French Open in the doubles competition.

Turning pro

Eala has now shifted her focus to further improve her ranking in the professional scene. She sits at No. 220 in the Women's Tennis Association, and has been travelling the world to join sanctioned tournaments to earn valuable points and, more importantly, the exposure and experience against tried and tested netters. So far, the teenager has two pro titles, one in Manacor and another in Chiang Rai. Just recently, Eala and Lithuanian partner Justine Mikulskyte reached the semifinals of the W60 Trnava 2nd Empire Women's Indoor Tennis Tournament in Slovakia but yielded to British top seeds Alicia Barnett and Olivia Nicholls, 6-4, 6-1. In singles, she bowed to another British contender, Sonay Kortal, 6-2, 6-2, in the second round of the same tilt.

Mission is far from over

Moving forward, Eala, the highest ranked Southeast Asian player, dreams of becoming the world No. 1 player someday. It could be recalled that Naomi Osaka, the Japanese star who sent shockwaves after defeating tennis great Serena Williams in the 2018 US Open finals, owned the top ranking for an impressive stretch that also netted her three more grand slam titles along the way. She has also pinned her target at qualifying for the Paris Olympics and win a medal for the Philippines.

A win for Pinay athletes

*Alex Eala is a strong southpaw. (Photo from Alex Eala's Facebook page)*

Through these years, Eala has proven that she deserves the attention and admiration for the hard work she has been pouring to hone her craft. Along with the list of notable athletes Hidilyn Diaz, Yuka Saso, the Philippine national women's football team, and all the sporting greats of the past, these empowered women stood up to inspire and shape the world. It is only a matter of time that the country will discover the next Eala, Diaz, or Saso.

Related Tags

Alex Eala US Open
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.