Skip to content
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

Reduce bundle size of @plasmicpkgs/react-slick #104 #106

Closed
wants to merge 1 commit into from

Conversation

AryanJha-4903
Copy link
Contributor

This code snippet is a modified version of a slider component designed to reduce dependencies and potentially decrease the bundle size. The primary change involves replacing the usage of antd library's Button component with native HTML buttons within the NavigateSlides component.

The NavigateSlides component offers functionality for navigating through slides in a carousel-like display. The previous usage of antd's buttons has been replaced with standard HTML buttons, ensuring the component's functionality remains intact while removing the dependency on an external library.

This modification aims to optimize the codebase by utilizing native HTML elements, potentially reducing the overall size of the application bundle by eliminating the need for the antd library's button component.

Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
react-email-demo ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2023 10:31am

@IcaroG
Copy link
Contributor

IcaroG commented Dec 21, 2023

@IcaroG IcaroG closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants