![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@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 2 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.