launchdarkly / react-client-sdk

LaunchDarkly Client-side SDK for React.js
Other
79 stars 67 forks source link

Replace class component with functional component in withLDProvider #145

Closed wojtekmaj closed 1 year ago

wojtekmaj commented 1 year ago

Requirements

Describe the solution you've provided

Shaves off over a kilobyte from withLDProvider by replacing legacy class component with functional component.