Redux React Starter

screenshot of Redux React Starter
react

DEPRECATED use the new https://github.com/didierfranc/react-webpack-4

Overview

The "styled with prettier" repository is a minimal app that provides a starting point for developers to use Redux and React, along with hot-reloading, async functions, and other useful features. It requires yarn 0.18+ to be installed on the machine. The repository also includes instructions on how to run the app with hot-reloading, build and bundle the app, deploy it to different platforms like Surge or Github Pages, and provides some additional tools and resources to enhance the development process.

Features

  • Hot-reloading: Code changes can be instantly reflected in the app without having to manually refresh the page.
  • Async function support: The app supports asynchronous calls, allowing for smooth handling of API requests and other asynchronous operations.
  • Build and Bundle: The app can be easily bundled into an optimized build, including index.html, main.[hash].js, vendor.[hash].js, and manifest.[hash].js files.
  • Deployment options: The app can be deployed to Surge.sh, Github Pages, or any other hosting service.
  • Tools and resources: The repository provides instructions on installing and using react-developer-tools and redux-devtools for better debugging and development experience.
  • Create-React-App: For those who prefer a streamlined process without tinkering with configuration, the repository suggests using create-react-app as an alternative option.

Summary

The "styled with prettier" repository is a great starting point for developers looking to build Redux and React applications. It offers features such as hot-reloading for quick development feedback, async function support for handling API requests, and easy build and deployment options. The repository also provides additional tools and resources to enhance the development process. Overall, it provides a convenient and efficient setup for creating modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.