We want to hear from you!Take our 2021 Community Survey!
This site is no longer updated.Go to react.dev

متطلبات بيئة JavaScript

تعتمد React 16 على أنواع المجموعة Map و Set. إن كنت تدعم متصفحات أقدم وأجهزة قد لا توفر لك هذا من أصل المتصفح أو الجهاز (مثل الإصدارات الأقل من Internet Explorer 11) أو التي لا تمتلك اعتمادات بدون مشاكل (مثل Internet Explorer 11)، فانظر في تضمين polyfill عام في تطبيقك، مثل core-js.

تبدو البيئة بعد إضافة نقص الدعم (polyfill) في React 16 باستخدام core-js لدعم متصفحات أقدم كما يلي:

If you support older browsers and devices such as Internet Explorer which do not provide modern browser features natively or have non-compliant implementations, consider including a global polyfill in your bundled application.

Here is a list of the modern features React 18 uses:

The correct polyfill for these features depend on your environment. For many users, you can configure your Browserlist settings. For others, you may need to import polyfills like core-js directly.

Is this page useful?تحرير هذه الصفحة