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

Is this library still functional/relevant/maintained as of 2021? #856

Closed
ben-rochlin opened this issue Apr 18, 2021 · 7 comments
Closed

Comments

@ben-rochlin
Copy link

ben-rochlin commented Apr 18, 2021

As the title describes, my issue is in wondering if this library is still relevant/practical and functional as of 2021 or if there are any alternatives that would be more suited?

thanks.

@miquelfire
Copy link

I would say the lack of maintenance is the only issue with this project.

I'm fairly certain there's rules can be removed because it targets IE10 users, but is not needed for IE11 (Assuming IE support is important at all now a days for a library like this). At some classic Edge support should be given the same treatment as IE support. Windows versions with classic Edge are still being supported however, so it's not dead yet.

@maurer2
Copy link

maurer2 commented May 1, 2021

There are a couple of alternatives that are actively maintained:

@ruchernchong
Copy link

There are a couple of alternatives that are actively maintained:

Which ones of those are more commonly used today?

@miquelfire
Copy link

When I redid my site recently, I went with modern normalize because I was trying to use Tailwind (I hated it, but I'm sure there's a good use case for it if you're not regenerating the CSS all the time)

@maurer2
Copy link

maurer2 commented Aug 29, 2021

There are a couple of alternatives that are actively maintained:

Which ones of those are more commonly used today?

Hello, Reboot is probably by far the most downloaded one as it it is part of Bootstrap 4 and 5 which is still hugely popular.
Modern-normalize seems to be becoming more widespread in part due to Tailwind becoming more popular. That package also seems to be much more actively maintained at the moment.
Sanitize.css seems to be the most popular standalone package, that people actually add as a dependency to their project.

I would probably use Sanitize.css or Modern-normalize in non-Bootstrap projects, use the built in Modern-normalize in Tailwind projects and use the already included Reboot when working on a modern Bootstrap projects (newer than 3).

Here is a graph of the download statistics (Reboot's popularity is probably misleading, as their is no official standalone package of it): https://www.npmtrends.com/bootstrap-vs-modern-normalize-vs-sanitize.css-vs-normalize.css

Cheers

@ruchernchong
Copy link

There are a couple of alternatives that are actively maintained:

Which ones of those are more commonly used today?

Hello, Reboot is probably by far the most downloaded one as it it is part of Bootstrap 4 and 5 which is still hugely popular.
Modern-normalize seems to be becoming more widespread in part due to Tailwind becoming more popular. That package also seems to be much more actively maintained at the moment.
Sanitize.css seems to be the most popular standalone package, that people actually add as a dependency to their project.

I would probably use Sanitize.css or Modern-normalize in non-Bootstrap projects, use the built in Modern-normalize in Tailwind projects and use the already included Reboot when working on a modern Bootstrap projects (newer than 3).

Here is a graph of the download statistics (Reboot's popularity is probably misleading, as their is no official standalone package of it): https://www.npmtrends.com/bootstrap-vs-modern-normalize-vs-sanitize.css-vs-normalize.css

Cheers

Awesome! Thanks for the reply!

@wang1212
Copy link

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

6 participants