BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
933 stars 325 forks source link

A question about dayComponent #282

Closed Taher62 closed 3 years ago

Taher62 commented 3 years ago

Hello guys I have a question about dayComponent customization Is there any optimization for it? Actually I implement the dayComponet for custom Day view, but it is a bit slow when I select a day. How I can optimize my day component? Thank you

peacechen commented 3 years ago

Follow React best practices to minimize the number of re-renders: https://reactjs.org/docs/optimizing-performance.html#avoid-reconciliation

A custom day component is beyond the scope of this forum and would be better suited for StackOverflow.