Former NBA Player Rondae Hollis-Jefferson is making headlines for his performance during the FIBA World Cup 2023 tournament. However, aside from his play on the court, some people have also taken an interest in Hollis-Jefferson's personal life.
Hollis-Jefferson was born and raised in Chester, Pennsylvania. He grew up with his older brother Rahlir, who also became a professional basketball player. Their mother, Rylanda Hollis, worked two jobs as a dietary supervisor and bartender to support the family. Their father was frequently absent and reportedly spent some time in jail.
Hollis-Jefferson started playing basketball when he was 12 years old. At a young age, he took a keen interest in defense and acknowledged that he scored only because he was taller than his peers.
'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Basketball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();
Hollis-Jefferson has also never spoken of a wife and as such, one can conclude that he is in fact not currently married nor has he ever been and he also does not have any kids.
A quick look at some of his projects outside basketball shows that he is the founder of a mindfulness app for kids called C.H.A.P which stands for Calm, Humble, And Patient.
Also read: “It felt great”: Rondae Hollis-Jefferson loves being compared to Kobe Bryant despite Jordan’s looming knockout from FIBA World Cup.
A look into Rondae Hollis-Jefferson's professional basketball career
During the 2015 NBA Draft, Rondae Hollis-Jefferson's career as a professional basketball player began when he was drafted 23rd overall by the Portland Trail Blazers. However, he would not suit up for them as a rookie because he was subsequently traded to the Brooklyn Nets.
He played for four seasons with the Nets from 2015-2019 wherein he averaged almost ten points, two assists, and six rebounds per game. He was decent from the field with a 44% shooting percentage but was abysmal from downtown as he only converted on 22% of his three-point shots.
The Nets would not make an offer to Hollis-Jefferson which made him a free agent. He ended up signing with the Toronto Raptors during free agency. He played 60 games for the Raptors where he averaged seven points per game.
After his stint with the Raptors, he would remain as a free agent for a while until he signed two ten-day contracts with the team that drafted him originally, the Trail Blazers. He barely played for the Blazers as he averaged less than ten minutes while only scoring 2.5 points per game.
After leaving the NBA team, he played for Besiktas in the Turkish Basketball Super League during the 2021-22 season. Later, in April 2022, he joined Atleticos de San German in the Puerto Rican Basketball Federation. This marked his transition to playing overseas, away from the NBA teams. In February earlier this year, he signed with the TNT Tropang Giga in the Philippine Basketball Association.
Most recently, he represented the Jordan national team in the FIBA World Cup 2023 tournament as their star player where he is making highlights and headlines.
At only 28 years old, an NBA return for the athletic small forward is very much a possibility.
Also read: Watch: Rondae Hollis-Jefferson turns into ‘left-handed’ Kobe Bryant at FIBA World Cup 2023.
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1653549, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1653549); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1653549) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1653549) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();