Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  REDUX_UPGRADING.md   Sprache: unbekannt

 
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[//]: # (
  This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
)

# Upgrading redux

## Getting the Source

```bash
git clone https://github.com/reactjs/redux
cd redux
git checkout v4.0.5 # checkout the right version tag
```

## Building

```bash
npm install
npm run build
cp dist/redux.js <gecko-dev>/devtools/client/shared/vendor/redux.js
```

## Patching react-redux

- open `redux.js`
- Add the version number to the top of the file:
  ```
  /**
   * react-redux v4.0.5
   */
  ```
- Replace all instances of `Function('return this')()` with `globalThis`. See Bug 1473549.

[Dauer der Verarbeitung: 0.33 Sekunden]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002