published on in blog

Who is Julius Randles wife Kendra Shaw? All you need to know

New York Knicks All-Star forward Julius Randle has had an eventful NBA career. Randle has overcome a serious injury and transitioned from a rotational starter to an All-Star caliber player. He has done so with the support of his wife and former college sweetheart Kendra Shaw. Meanwhile, Shaw has also built up a successful career of her own as a fashion designer, blogger, and entrepreneur.

So on that note, here is everything you need to know about Randle's wife, Kendra Shaw.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); 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, }; }();

Kendra Shaw’s professional career

Julius Randle's wife, Kendra Shaw, is 26 years old

Julius Randle and Kendra Shaw met at a college party at the University of Kentucky in 2013, and they started dating soon after. Shaw was pursuing a career in fashion design at the time and has supported Randle since college throughout his various NBA stops.

While supporting Randle, Shaw has also used her degree to start her own clothing brand, “Kalore.” The brand is based in New York City, where Randle currently plays, and specializes in creating women’s designer clothing.

The brand's website describes Kendra Shaw's (now known as Kendra Randle) journey as follows:

“A small-town girl from Kentucky and raised by a single mother, our founder and CEO, Kendra Randle is living a life she only dreamed of. Upon finishing college for fashion design and merchandising, she took time to support her husband while he pursued his NBA career. They’ve lived in Los Angeles, Dallas, and now call New York City home,” the site says.

When did Julius Randle and Kendra Shaw get married?

Julius Randle and Kendra Shaw

Randle and Shaw got engaged on June 20, 2016, in Greece. The couple was on vacation when Randle proposed. Shaw wrote on Instagram at the time:

“6/20/16 the best night of my entire life. I couldn’t have painted a better picture. Words can’t describe the way I’m feeling and how I felt in that moment. You are the best thing that’s ever happened to me and I can’t wait to spend forever with you.”

The couple married on August 4, 2017, during a public ceremony with family and friends, including Randle’s then-LA Lakers teammates.

How many children do Julius Randle and Kendra Shaw have?

Julius Randle and Kendra Shaw's son Kyden Randle

Randle and Shaw have two sons together, Kyden and Jayce Randle. Kyden was born in December 2016, while Jayce was born last year in October 2021.

Following the birth of Jayce last year, Randle spoke about his growing family.

"Amazing, amazing just to be able to grow my family, to bring our son into the world, for Kyden to become a big brother," Randle said.

Kyden also made headlines during Randle’s Knicks tenure for his cute and outgoing personality.

All in all, the Randle family appears to be doing very well for themselves in New York.

For more on Kendra Shaw, click here.

Also read: Who is Steve Nash's ex-wife Alejandra Amarilla? All you need to know

Or this: Kyrie Irving age: Looking at women the enigmatic point guard has dated over the years

Quick Links

More from Sportskeeda

" 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": 1318717, "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(1318717); 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(1318717) >= 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(1318717) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLimwMGao6Vnp528brbUpaCuq12nrq%2Bwy55krGWnnrOmecqepZ2qkWLAqa3WZpilpF2jsqawjKSlqK8%3D