
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@wpmudev/react-tutorials
Advanced tools
Tutorials allows you to showcase WPMU DEV posts tagged as tutorials in Lists Mode or Slider Mode.
npm i @wpmudev/react-tutorials --save-dev
import React from 'react';
import {
TutorialsList,
TutorialsSlider
} from '@wpmudev/react-tutorials';
const MyApp = () => {
return (
<>
<TutorialsList
title="Tutorials"
category={ category_id }
/>
<TutorialsSlider
title="Tutorials"
category={ category_id }
viewAll="https://premium.wpmudev.org/blog/"
/>
</>
);
}
The following are Tutorials components. Other components outside of this package cannot be used with these components.
Tutorials List allows you to list WPMU DEV posts categorized by plugin name and tagged as tutorials.
import React from 'react';
import {
TutorialsList
} from '@wpmudev/react-tutorials';
const MyApp = () => {
return (
<TutorialsList
title="Tutorials"
category={ category_id }
/>
);
}
Grab your plugin category unique ID from demo site. Go to Controls that is located in Add-ons section, at the bottom of the screen, and select your plugin from the dropdown list.
Note: If you are not able to see Controls section, click on "A" letter and some options will show up at the bottom of the screen.
| Prop Name | Type | Required | Description |
|---|---|---|---|
| title | string | No | Includes a title in the box that contains the list of posts. |
| category | string | Yes | Retrieve posts tagged as "tutorial" from plugin category ID. |
Tutorials Slider allows you to list WPMU DEV posts categorized by plugin name and tagged as tutorials. These posts will appear as a slideshow and the block can be dismissed.
import React from 'react';
import {
TutorialsSlider
} from '@wpmudev/react-tutorials';
const MyApp = () => {
return (
<TutorialsSlider
title="Tutorials"
category={ category_id }
viewAll="https://premium.wpmudev.org/blog/"
/>
);
}
Grab your plugin category unique ID from demo site. Go to Controls that is located in Add-ons section, at the bottom of the screen, and select your plugin from the dropdown list.
Note: If you are not able to see Controls section, click on "A" letter and some options will show up at the bottom of the screen.
| Prop Name | Type | Required | Description |
|---|---|---|---|
| title | string | No | Includes a title in the slideshow box. |
| category | string | Yes | Retrieve posts tagged as "tutorial" from plugin category ID. |
| viewAll | string | No | When has content shows a "View All" text with link in it. |
FAQs
WPMU DEV Shared Tutorials
The npm package @wpmudev/react-tutorials receives a total of 3 weekly downloads. As such, @wpmudev/react-tutorials popularity was classified as not popular.
We found that @wpmudev/react-tutorials 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.