react-native-style-utilities
Fully typed hooks and utility functions for the React Native StyleSheet API (by mrousavy)
just
A library of dependency-free JavaScript utilities that do just one thing. (by angus-c)

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
react-native-style-utilities | just | |
---|---|---|
4 | 13 | |
93 | 6,089 | |
- | 0.1% | |
10.0 | 4.1 | |
almost 3 years ago | about 1 year ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native-style-utilities
Posts with mentions or reviews of react-native-style-utilities.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-06.
-
Improve performance on react native app
Based on reading react native tips, I got the impression that we should strive to memoize stuff as much as possible. however I can't quite seem to figure out how I'm supposed to use the function properly. when i need too pass the params based on loop, how can i call the function properly? is it onPress={() => myFunction(id)}
-
useMemo to simplify functional StyleSheet.create
I’ve been using this for a long time for dynamic styling among styled-components, it’s a useMemo wrapper for styles: https://github.com/mrousavy/react-native-style-utilities
-
WhatsappDirect - Personal project
Use https://github.com/mrousavy/react-native-style-utilities for the dynamic styles, don’t use StyleSheet inside the component (or use styled-components).
-
Using StyleSheet objects with Animated elements and TypeScript
I m using this for a long time: https://github.com/mrousavy/react-native-style-utilities
just
Posts with mentions or reviews of just.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-25.
-
Frontend resources! 🚀
Just: A library for common JavaScript utilities
-
🚀 The Fast, Accurate, JavaScript Objects Diffing & Patching Library
just-diff
-
TC39: Add Object.groupBy and Map.groupBy
You can roll your own or use a utility library. A simple zero-dependency library would be something like just-group-by [1]. Although I now prefer remeda [2] as it seems to have the best typescript support, especially the strict variants such as `grouBy.strict`.
[1] https://github.com/angus-c/just#just-group-by
-
No Lodash
Tree-shaking doesn't help much when the tree-shaken implementation is so bloated.
Here's the one you referenced, lodash.chunk: https://unpkg.com/lodash.chunk – 140 lines after removing comments and whitespace.
That's pretty small compared to a lot of the lodash utilities. Try spot-checking a few on unpkg.
I prefer angus's `just` utilities: https://github.com/angus-c/just
-
Snap.js - A competitor to Lodash
I absolutely love this. When I need some Lodash alternative I'll usually reference angus-c/just but I am definitely bookmarking this for next time.
- [AskJS] Which utility libraries are in your opinion so good they are basicaly mandatory?
-
[AskJS] Which JS libraries and packages are currently your favourites?
The just set of utility functions are really nice to use. https://github.com/angus-c/just
-
A Typescript-first alternative to Lodash/Underscore
Just doesn't have everything but it's pretty good
-
/svu - svultimate svelte svutilities
One of my favourite "libraries" are the "just" packages, where each part of the library is it's own simple package with zero dependencies (https://github.com/angus-c/just) so you essentially just npm install the specific thing you want - which is generally a single function.
-
What is the best memoization library?
If the code should, as you say, be 5 lines, why take on a dependency at all? By doing so, you end up with a catch-all solution that does almost nothing other than JSON.stringify your args, which is extremely poorly optimized to handle many situations, e.g. one of your args is a primitive and the other is a large config object.

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured