-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memorize camel-snake-kebab.core #17292
Comments
Hi @flexsurfer, |
so we could remove camel-snake-kebab dep ? |
Current use case of
1st and 2nd should not affect app performance as they are just quo-preview and test-helpers |
Is this issue still relevant @flexsurfer @Parveshdhull ? |
@Parveshdhull, since the time of your comment a few things changed for the better cc @flexsurfer @ulisesmac:
status-mobile/src/utils/transforms.cljs Line 69 in 838c85c
As Parvesh said, the non-prod code using csk is harmless. Then we have this other point:
This is also now only using So this issue can be closed and we don't need to remove the library if we use it with memoization (I'd still avoid it if possible, but it's more usable with memoization). Shall we close as completed @flexsurfer ? |
camel-snake-kebab.core is slow, if we use it it should be memorized. in worklets for example
The text was updated successfully, but these errors were encountered: