Gathering detailed insights and metrics for tss-react
Gathering detailed insights and metrics for tss-react
Gathering detailed insights and metrics for tss-react
Gathering detailed insights and metrics for tss-react
eslint-plugin-tss-unused-classes
eslint plugin to detect unused tss-react styling classes
react-native-tss-app
sample desciption
react-tss
`react-tss` is a simple alternative exposure of JSS in React to the official `react-jss`. It is not a drop-in replacement, as it aims for simpler and more TypeScript-first usage.
ella-storybook
Ella Design System Components.
npm install tss-react
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
693 Stars
815 Commits
38 Forks
3 Watchers
12 Branches
17 Contributors
Updated on Jul 13, 2025
Latest Version
4.9.18
Package Id
tss-react@4.9.18
Unpacked Size
402.51 kB
Size
83.01 kB
File Count
124
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 07, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
5
✨ Dynamic CSS-in-TS solution, based on Emotion ✨
Home - Documentation - Playground
You can think of tss-react
as @emotion/jss
.
It's, in essence, a type-safe equivalent of the JSS API but powered by Emotion,
just like @emotion/styled
is the styled-components API but powered by Emotion.
$
syntax.@emotion
cache.withStyles
API featured, to help you migrate away from @material-ui v4.@emotion/react
, it has very little impact on the bundle size alongside mui (~5kB minziped).'tss-react'
can be used as an advantageous replacement for @material-ui v4 makeStyles
and 'react-jss'
.tss-react
won’t be yet another entry in your peerDependencies
.While this module is written in TypeScript, using TypeScript in your application is optional (but recommended as it comes with outstanding benefits to both you and your codebase).
The more ⭐️ the project gets, the more time I spend improving and maintaining it. Thank you for your support 😊
Needless to mention, this library is heavily inspired by JSS, the OG CSS-in-JS solution.
Running the demo apps:
1git clone https://github.com/garronej/tss-react 2cd tss-react 3yarn 4yarn build 5npx tsc -w & npx tsc --module es2015 --outDir dist/esm -w 6# Open another Terminal 7yarn start_spa # For testing in in a Create React App setup 8yarn start_ssr # For testing in a Next.js setup 9yarn start_appdir # Next.js 13 setup in App directory mode
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
9 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/22 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More