Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **babel‑plugin‑react‑css‑modules** plugin lets React developers write `<div styleName="foo">` instead of manually importing a CSS‑module object and using `className={styles.foo}`. At compile time the plugin resolves the `styleName` to the generated scoped class name (or injects a tiny runtime helper when it can’t), eliminating the runtime overhead and extra bundle size of the older `react‑css‑modules` HOC. It’s aimed at React teams that use CSS Modules and want a cleaner syntax with near‑zero performance penalty.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ne-smalltown/babel-plugin-react-css-modules

Account's avatar
css-modules/generic-names
Helper for building generic names, similar to webpack
Account's avatar
css-modules/postcss-modules
PostCSS plugin to use CSS Modules everywhere
Account's avatar
css-modules/postcss-modules-extract-imports
A CSS Modules transform to extract local aliases for inline imports
Account's avatar
css-modules/postcss-modules-local-by-default
A CSS Modules transform to make local scope the default
Account's avatar
css-modules/postcss-icss
A CSS Modules parser to extract tokens from the css file
Account's avatar
css-modules/postcss-modules-scope
A CSS Modules transform to extract export statements from local-scope classes
Account's avatar
css-modules/postcss-modules-values
PostCSS plugin for CSS Modules to pass arbitrary values between your module files
Account's avatar
gajus/eslint-config-canonical
Canonical ESLint Shareable Config
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing

Support the repos that depend on this repository

Top contributors

gajus's profile
gajus
44 contributions
NE-SmallTown's profile
NE-SmallTown
10 contributions
clessg's profile
clessg
2 contributions
CurtisHumphrey's profile
CurtisHumphrey
2 contributions
PCreations's profile
PCreations
2 contributions
ArashMotamedi's profile
ArashMotamedi
1 contributions
ImgBotApp's profile
ImgBotApp
1 contributions
jcdekoning's profile
jcdekoning
1 contributions
Kilian's profile
Kilian
1 contributions
Psykar's profile
Psykar
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ne-smalltown

ne-smalltown/babel-plugin-react-css...

Transforms styleName to className using compile time CSS module resolution.

JavaScript
1
0
Other