alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.33k stars 153 forks source link

perf: Optimize performance for get function #225

Closed dvlin-dev closed 11 months ago

dvlin-dev commented 12 months ago

Description

If function get don't pass variables, I can return msg directly, IntlMessageFormat brings additional performance consumption

Fixes # (issue)

Type of change

Please delete options that are not relevant.

CLAassistant commented 12 months ago

CLA assistant check
All committers have signed the CLA.

cwtuan commented 11 months ago

thank you for your contribution