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

[ FEATURE ]: Use styled-components over less.js #116

Open
ashutosh-rath02 opened this issue May 28, 2023 · 0 comments
Open

[ FEATURE ]: Use styled-components over less.js #116

ashutosh-rath02 opened this issue May 28, 2023 · 0 comments

Comments

@ashutosh-rath02
Copy link

ashutosh-rath02 commented May 28, 2023

Keeping in mind with our tech stacks and current trend styled-components should be used in place of less.js

  1. Seamless Integration with ReactJS and Next.js: Styled Components integrate smoothly with ReactJS and Next.js, enhancing the development experience.
  2. Strong TypeScript Support: Styled Components provide excellent TypeScript support, ensuring type safety and improved code quality.
  3. Improved Maintainability: Styles defined alongside components improve code organization and maintainability.
  4. Dynamic Styling and Theming: Easily adapt styles based on component props or application state, with built-in theming support.
  5. Efficient Server-Side Rendering (SSR): Styled Components work seamlessly with Next.js, ensuring correct styles during SSR.
  6. Simplified Build Process: No additional build step or preprocessor required, reducing complexity and configuration overhead.
  7. Override CSS: Styled-components can be used to easily over-ride pre-defined CSS.
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

No branches or pull requests

1 participant