Home
Softono

Wp React Redux

Open source JavaScript
37
Stars
5
Forks
0
Issues
4
Watchers
9 years
Last Commit

 About Wp React Redux

wordpress theme developed using react/redux and the WP-API

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Wp React Redux?

We provide expert installation service for this software. Our team will install, configure, and secure Wp React Redux on your server. plans start at just $30.

Wp React Redux

View on GitHub

WP React Redux is an experimental WordPress theme built using a modern JavaScript workflow: React for UI components React Router for routing Redux for managing state WP REST API for getting data from the WordPress back end. Webpack for asset bundling

** you can see an example working version on my website here

Features

  • an example of how to develop WP themes using react and redux.
  • post pagination and the ability to load more posts.
  • previous and next links.
  • easy deployment (like any other WordPress theme).

Getting Started

what you need to have a working example of this theme: - an installation of WordPress version 4.7.0 or higher - WP prev next added to your plugins directory

then simply zip and upload the theme like you would do with any other WordPress theme

Todos

  • add seperate development and production builds.
  • add tests (WIP).
  • add continous integrations (CI).
  • add user authentication.
  • add SASS workflow.
  • add FLOW for type checking.