Skip to content

yireo-training/Yireo_ReactMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React menu for Magento 2 Knockout-based frontend

This module offers a React-based menu to replace the existing top navigation of Magento itself. Please note that this is an experiment to show how easy it is to build React components. It could be used on live sites, but comes without warranties.

Installation

Before you install this module, make sure to install the Yireo_React module first. An install via composer should pick this up right away.

Use the following commands to install this module into Magento 2:

composer config repositories.yireo-react vcs git@github.com:yireo-training/Yireo_React.git
composer config repositories.yireo-react-menu vcs git@github.com:yireo-training/Yireo_ReactMenu.git
composer require yireo/magento2-react-menu:dev-master

bin/magento module:enable Yireo_React Yireo_ReactMenu
bin/magento setup:upgrade

Make sure to read the Usage section below as well.

Usage

This module adds an additional minicart to the Magento 2 frontend, based upon ReactJS, and it removes the old component. This requires the source to be compiled into generic JS code. To compile the source, follow the procedure of Yireo_React to compile the sources from the root of Magento:

yarn dev

About

React menu for the current Magento 2 frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages