Skip to content

Webpack, ReactJS & Redux setup extended with a list search example using a dummy database with json-server

Notifications You must be signed in to change notification settings

Robindo/list-search-example

Repository files navigation

Webpack, React & Redux initial setup

This is an inital setup for a React project with Webpack and Redux, but extended with some styling and translation.

Contains:

The initial setup contains an example of a simple form with an in put field and submit button. The input in this case should be a music genre. The result is provided by a local API server with a json file. [The components contain some styling with styled components]

Webpack configuration:

  • Redux
  • jSon Server
  • Concurrently (to run multiple servers)
  • React Devtools extension (for Chrome browser)
  • ESLint
  • Babel
  • CSS-, Sass- & Style loader
  • Styled components
  • Prettier (for Visual Studio Code code formatting)
  • i18n (translation)

Example: http://search-example.s-fire.nl/

About

Webpack, ReactJS & Redux setup extended with a list search example using a dummy database with json-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages