Yang Zhou Stir-fried Rice

Yang Zhou Stir-fried Rice

A Tasty and Traditional Recipe: Yang Zhou Stir-fried Rice

You might know this dish as "Special Fried Rice", but it goes back a long way!. Invented circa 1800s, now you can enjoy it at home!.

Ingredients

Serves 4

  • 200g (uncooked weight) long grain rice, cooked and cooled
  • 50g fried pancetta, cut into cubes
  • 50g cooked chicken, cut into cubes
  • 50g mixed frozen vegetables, i.e. peas, carrots and corn 
  • ½ Tbsp vegetable oil

Sauce Mix

  • 2 Tbsp Lee Kum Kee Premium Oyster Sauce 
  • 1 tsp Lee Kum Kee Premium Light Soy Sauce 
  • 1 tsp Lee Kum Kee Pure Sesame Oil

Method

  1. Heat the vegetable oil in a wok over a medium-high heat. 
  2. Stir-fry the frozen vegetables together with the pancetta and chicken for a few minutes. 
  3. Add the cooked rice, oyster sauce and light soy sauce. Stir-fry for 2 minutes to heat the rice and to distribute the sauce throughout.
  4. Turn off the heat, and stir through the sesame oil to serve.

Tips: Lee Kum Kee Premium Oyster Sauce can be substituted by Lee Kum Kee Panda Brand Oyster Sauce.

Post a comment

Please note, comments must be approved before they are published

const dedicatedPageURL = new URL(window.location.href); if (dedicatedPageURL?.searchParams?.get('appstle_referral') && _ALConfig?.widget_setting?.widgetType === 'DEDICATED_PAGE' && !window.location.href.includes(_ALConfig?.proxy_path_prefix)) { window.open(`/${_ALConfig?.proxy_path_prefix}${window.location.search}`, '_self'); } const dedicatedPageEventListener = (event) => { if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('refresh_appstle_loyalty_page') !== -1) { initiateAppstleLoyaltyPage() console.log("REFRESH PAGE"); } } window.addEventListener('message', dedicatedPageEventListener, false); function initiateAppstleLoyaltyPage() { if (document.querySelector('#appstleLoyaltyPage')) { const appstleLoyaltyPageElement = document.getElementById('appstleLoyaltyPage'); while (appstleLoyaltyPageElement.firstChild) { appstleLoyaltyPageElement.firstChild.remove(); } var s = document.createElement('script'); s.setAttribute('src', "https://loyalty-admin.appstle.com/app/loyalty-widget.bundle.js?v=1700896495961"); s.setAttribute('defer', 'defer'); document.body.appendChild(s); var head = document.head; var link = document.createElement('link'); link.type = 'text/css'; link.rel = 'stylesheet'; link.href = "https://loyalty-admin.appstle.com/content/loyalty-widget.css?v=1700896495961"; head.appendChild(link); } else { setTimeout(() => { initiateAppstleLoyaltyPage(); }, 2000); } } const checkDedicatedPageForRestrictions = () => { const { widget_setting, customerTags, customerLoyalty } = _ALConfig || {}; const { allowedCustomersTag, restrictedCustomersTag } = widget_setting || {}; const { customerStatus } = customerLoyalty || {}; if (customerStatus === 'EXCLUDED') { return false; } if (allowedCustomersTag?.length) { const allowedTags = allowedCustomersTag.split(','); if (!allowedTags.some(tag => customerTags?.includes(tag))) { return false; } } if (restrictedCustomersTag?.length) { const restrictedTags = restrictedCustomersTag.split(','); if (restrictedTags.some(tag => customerTags?.includes(tag))) { return false; } } return true; }; if (_ALConfig?.widget_setting?.showWidget === true && checkDedicatedPageForRestrictions()) { initiateAppstleLoyaltyPage(); } (async function() { const isAvailableVisitShop = _ALConfig?.pointEarnRules?.length > 0 && _ALConfig?.pointEarnRules?.find((rule) => rule?.type === 'VISIT_SHOP' && rule?.status === 'ACTIVE'); if (!sessionStorage.getItem('syncVisitStore') && ((_ALConfig?.customerId && isAvailableVisitShop && isAvailableVisitShop?.id) || (_ALConfig?.referralEnabled && _ALConfig?.referralLoyalty?.referralType === 'VISIT_SHOP'))) { try { const response = await fetch(`/apps/loyalty/cp/api/customer-visit-store`, { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ customerId: _ALConfig?.customerId }) }); if (response?.ok) { sessionStorage.setItem('syncVisitStore', 'true'); } } catch (error) { console.error('Error:', error); } } })(); const loyaltyCustomStyles = ``; document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyCustomStyles);