8000 GitHub - NicoleRauch/RRTSCode: Code für eine React- und Redux-Schulung in TypeScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Code für eine React- und Redux-Schulung in TypeScript.

Notifications You must be signed in to change notification settings

NicoleRauch/RRTSCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRTSCode

Code for a React-Redux training in TypeScript.

Prerequisites

To successfully use this codebase, please install:

First Steps

  • Check out this repository from GitHub
  • cd into that directory
  • Install required modules: npm install (in case of errors please use npm install --legacy-peer-deps)
  • Launch the development server:
  • Run the tests:
    • npm test (either in the console or from your IDE)
    • There should be 1 passing test.

Trying out the solutions

Webpack accesses the files in the folder src by default. This way, you can implement and experiment with your own solutions step by step during the training.

To use the included examples, open the file webpack.config.js and change the path in the block entry such that it points to one of the other index.js files. Example:

    entry: [
        "./src-solution-redux-3/index"
    ],

The examples are fully functional and build on each other (in alphabetical order, except for "async" and "forms"). Please be aware that the final example requires a server to handle the emitted AJAX requests. A basic server is provided in the directory backend.

About

Code für eine React- und Redux-Schulung in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0