
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@groupeactual/react-utils
Advanced tools
Library designed to aid in the manipulation and formatting of dates, strings, and objects in React.js applications
React-Utils is a utility library designed to aid in the manipulation and formatting of dates, strings, and objects in React.js applications. It leverages the power of date-fns to handle complex date manipulation tasks while providing intuitive and flexible interfaces for string and object manipulations.
Date Formatting and Manipulation: Utilize the capabilities of date-fns to perform a range of date-related tasks such as formatting, parsing, manipulation, and computation.
String Formatting: Perform various string operations such as padding, capitalization, trimming, and more.
Object Formatting and Manipulation: Tools for object manipulation and formatting, including deep cloning, merging, sorting, and more.
make init
make install
Need other command :
make help
You can install React-Utils via npm:
npm install --save react-utils
npm update react-utils
Or via yarn:
yarn add react-utils
yarn upgrade react-utils
Note that React-Utils has date-fns as a peer dependency, so make sure it's installed in your project.
Below are some basic examples on how to use React-Utils in your React applications:
import { formatDate } from 'react-utils';
const date = new Date();
console.log(formatDate(date, 'MM/dd/yyyy'));
import { capitalizeFirstLetter } from 'react-utils';
const str = 'hello world';
console.log(capitalizeFirstLetter(str)); // Outputs: 'Hello world'
import { deepClone } from 'react-utils';
const obj = { b: 3, c: 4 };
console.log(deepClone(obj)); // Outputs: { b: 3, c: 4 }
Contributions are welcome! Please feel free to submit issues and pull requests.
If you need help with React-Utils, please refer to the documentation. If you're still having trouble, please raise an issue in the GitHub issue tracker.
©Tysoft S.A.S. - La Digital Factory
FAQs
Library designed to aid in the manipulation and formatting of dates, strings, and objects in React.js applications
The npm package @groupeactual/react-utils receives a total of 2 weekly downloads. As such, @groupeactual/react-utils popularity was classified as not popular.
We found that @groupeactual/react-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.