WP React Kit
A advanced WordPress plugin for integrating ReactJS
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/s-azizkhan/wp-react-kit/archive/refs/heads/master.zipFrom the readme
WP React Kit
Enhance your WordPress website with dynamic ReactJS components using the WP React Kit plugin.
Description
WP React Kit allows you to seamlessly integrate and manage interactive React components on your WordPress site, bringing advanced interactivity and responsiveness to your web pages.
Features
- Easily add and deploy React components to your posts and pages.
- Enhance user engagement with dynamic content.
- Improve page load times by selectively loading React components.
- Customizable settings for fine-tuning your React integration.
Installation
1. Upload the wp-react-kit directory to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure the plugin settings via the 'WP React Kit' menu in the WordPress admin dashboard.
Usage
Shortcodes
You can use the following shortcode to embed a React component in your posts or pages:
[wp-react-kit source="your-component-name"]
Replace "your-component-name" with the name of the React source you want to display.
Gutenberg Block
WP React Kit provides a Gutenberg block for easy integration of React components. Simply search for the "WP React Kit" block in the Gu