Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@multi-user-domain/mud-lib
Advanced tools
This is a collection of shared front-end components for multi-user-domain projects.
This is a collection of shared front-end components for multi-user-domain projects.
Install: npm install @multi-user-domain/mud-lib
or yarn add @multi-user-domain/mud-lib
Run this hygen command:
npx hygen react-component new <component-name>
To test local changes in another project using this library (e.g. in mud-react), you can use npm link
or yarn link
, commands which create an operating system link to the local version of the library:
cd /path/to/mud-lib/
yarn link
cd /path/to/other/project/
yarn link "@multi-user-domain/mud-lib"
Sometimes this can lead to an error Invalid Hook Call
in the project using mud-lib. If this happens and when you run npm ls react
it displays more than one version of React, the issue is because the bundler "sees" two Reacts - one in the library folder and one in the application folder. The React docs describe this problem, one possible fix is to run yarn link
from /path/to/mud-lib/node_modules/react
(and then yarn link react
from your application folder) to make the library use the application's React copy.
Releases are automated via semantic release, which runs on all pushes to the master and next branches. If you push to master, the release will go out as a proper release in npm under the 'latest' tag. If you push to next, it goes out under the 'next' tag.
FAQs
This is a collection of shared front-end components for multi-user-domain projects.
The npm package @multi-user-domain/mud-lib receives a total of 14 weekly downloads. As such, @multi-user-domain/mud-lib popularity was classified as not popular.
We found that @multi-user-domain/mud-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.