1.22.3 • Published 1 month ago

@farfetch/blackout-redux v1.22.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@farfetch/blackout-redux

Modules to manage the application global state.

Installation

yarn

yarn add @farfetch/blackout-redux

npm

npm i @farfetch/blackout-redux

Peer dependencies

Make sure that you have installed the correct peer dependencies of this package:

Usage

Update your store to include the reducers and entities, like the example below:

// Typically in `store/buildStore.js`
import { applyMiddleware, combineReducers, createStore } from 'redux';
import { bagMiddleware } from '@farfetch/blackout-redux/analytics/middlewares';
import { entitiesMapperReducer } from '@farfetch/blackout-redux/entities';
import bag from '@farfetch/blackout-redux/bags';
import otherScopeReducer from './other-scope';
import products from '@farfetch/blackout-redux/products';

// Create your reducer based on a combination of other reducers and entities
const reducers = combineReducers({
  bag,
  entities: entitiesMapperReducer(),
  products,
  otherScope: otherScopeReducer,
});
const middlewares = [bagMiddleware()];
const store = createStore(reducers, applyMiddleware(...middlewares));

With the store configured, you just need to import and use what you need

// Fetching the bag
import { fetchBag } from '@farfetch/blackout-redux/bags';

fetchBag(bagId);

Additional configuration

Since this package is published in its original structure, all the source code is contained in a src folder. This means you might need additional configurations:

  • In order to have friendly imports (@farfetch/blackout-redux vs @farfetch/blackout-redux/src), you probably want to add aliases

    // Webpack example
    config.resolve.alias = {
      '@farfetch/blackout-redux': '@farfetch/blackout-redux/src',
    };
  • In order to have your project running, you probably need a specific loader

    // Webpack example
    config.module.rules.push({
      test: /\.jsx?$/,
      include: [/node_modules\/@farfetch\/blackout-redux/],
      use: [
        {
          loader: 'babel-loader',
          options: myBabelConfig,
        },
      ],
    });

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

Please read the CONTRIBUTING file to know what we expect from your contribution and the guidelines you should follow.

License

MIT @ Farfetch

1.22.3

1 month ago

1.22.2

2 months ago

1.22.1

2 months ago

1.22.0

3 months ago

1.21.1

3 months ago

1.21.0

3 months ago

1.20.1

4 months ago

1.19.1

4 months ago

1.20.0

4 months ago

1.17.0-next.0

4 months ago

1.19.0

4 months ago

1.18.1

5 months ago

1.18.0

5 months ago

1.16.1-next.0

5 months ago

1.17.0

5 months ago

1.6.0

9 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.10.0

8 months ago

1.12.0

8 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.11.0

8 months ago

1.13.0

6 months ago

1.14.0

6 months ago

1.15.0

6 months ago

1.9.0

9 months ago

1.16.0

6 months ago

1.8.0

9 months ago

1.7.1

9 months ago

1.7.0

9 months ago

1.0.0-next.410

1 year ago

1.0.0-next.411

1 year ago

1.0.0-next.412

12 months ago

1.0.0-next.407

1 year ago

1.0.0-next.408

1 year ago

1.0.0-next.409

1 year ago

1.0.0-next.400

1 year ago

1.0.0-next.401

1 year ago

1.0.0-next.402

1 year ago

1.0.0-next.403

1 year ago

1.0.0-next.404

1 year ago

1.0.0-next.405

1 year ago

1.0.0-next.406

1 year ago

1.0.0-next.399

1 year ago

1.3.0

11 months ago

1.0.0-next.391

1 year ago

1.0.0-next.392

1 year ago

1.0.0-next.393

1 year ago

1.0.0-next.394

1 year ago

1.0.0-next.395

1 year ago

1.0.0-next.396

1 year ago

1.0.0-next.397

1 year ago

1.0.0-next.398

1 year ago

1.0.0-next.390

1 year ago

1.0.0-next.388

1 year ago

1.0.0-next.389

1 year ago

1.0.0-next.383

1 year ago

1.0.0-next.384

1 year ago

1.0.0-next.385

1 year ago

1.0.0-next.386

1 year ago

1.0.0-next.387

1 year ago

1.2.0

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.0.0

12 months ago

1.0.0-next.380

1 year ago

1.0.0-next.381

1 year ago

1.0.0-next.382

1 year ago

1.0.0-next.378

1 year ago

1.0.0-next.379

1 year ago

1.0.0-next.377

1 year ago

1.0.0-next.375

1 year ago

1.0.0-next.376

1 year ago

1.0.0-next.370

1 year ago

1.0.0-next.371

1 year ago

1.0.0-next.372

1 year ago

1.0.0-next.373

1 year ago

1.0.0-next.374

1 year ago

1.0.0-next.369

1 year ago

1.0.0-next.366

1 year ago

1.0.0-next.367

1 year ago

1.0.0-next.368

1 year ago

1.0.0-next.360

1 year ago

1.0.0-next.361

1 year ago

1.0.0-next.362

1 year ago

1.0.0-next.363

1 year ago

1.0.0-next.364

1 year ago

1.0.0-next.365

1 year ago

1.0.0-next.357

1 year ago

1.0.0-next.358

1 year ago

1.0.0-next.359

1 year ago

1.0.0-next.355

1 year ago

1.0.0-next.356

1 year ago

1.0.0-next.350

1 year ago

1.0.0-next.351

1 year ago

1.0.0-next.352

1 year ago

1.0.0-next.353

1 year ago

1.0.0-next.354

1 year ago

1.0.0-next.344

1 year ago

1.0.0-next.345

1 year ago

1.0.0-next.346

1 year ago

1.0.0-next.347

1 year ago

1.0.0-next.348

1 year ago

1.0.0-next.349

1 year ago

1.0.0-next.340

1 year ago

1.0.0-next.341

1 year ago

1.0.0-next.342

1 year ago

1.0.0-next.343

1 year ago

1.0.0-next.333

2 years ago

1.0.0-next.334

2 years ago

1.0.0-next.335

2 years ago

1.0.0-next.336

2 years ago

1.0.0-next.337

1 year ago

1.0.0-next.338

1 year ago

1.0.0-next.339

1 year ago

1.0.0-next.330

2 years ago

1.0.0-next.331

2 years ago

1.0.0-next.332

2 years ago

1.0.0-next.322

2 years ago

1.0.0-next.323

2 years ago

1.0.0-next.324

2 years ago

1.0.0-next.325

2 years ago

1.0.0-next.326

2 years ago

1.0.0-next.327

2 years ago

1.0.0-next.328

2 years ago

1.0.0-next.329

2 years ago

1.0.0-next.320

2 years ago

1.0.0-next.321

2 years ago

1.0.0-next.319

2 years ago

1.0.0-next.311

2 years ago

1.0.0-next.312

2 years ago

1.0.0-next.313

2 years ago

1.0.0-next.314

2 years ago

1.0.0-next.315

2 years ago

1.0.0-next.316

2 years ago

1.0.0-next.317

2 years ago

1.0.0-next.318

2 years ago

1.0.0-next.310

2 years ago

1.0.0-next.309

2 years ago

1.0.0-next.256

2 years ago

1.0.0-next.257

2 years ago

1.0.0-next.258

2 years ago

1.0.0-next.259

2 years ago

1.0.0-next.250

2 years ago

1.0.0-next.251

2 years ago

1.0.0-next.252

2 years ago

1.0.0-next.253

2 years ago

1.0.0-next.254

2 years ago

1.0.0-next.255

2 years ago

1.0.0-next.245

2 years ago

1.0.0-next.246

2 years ago

1.0.0-next.247

2 years ago

1.0.0-next.248

2 years ago

1.0.0-next.249

2 years ago

1.0.0-next.241

2 years ago

1.0.0-next.242

2 years ago

1.0.0-next.243

2 years ago

1.0.0-next.244

2 years ago

1.0.0-next.292

2 years ago

1.0.0-next.293

2 years ago

1.0.0-next.294

2 years ago

1.0.0-next.295

2 years ago

1.0.0-next.296

2 years ago

1.0.0-next.297

2 years ago

1.0.0-next.298

2 years ago

1.0.0-next.299

2 years ago

1.0.0-next.290

2 years ago

1.0.0-next.291

2 years ago

1.0.0-next.289

2 years ago

1.0.0-next.281

2 years ago

1.0.0-next.282

2 years ago

1.0.0-next.283

2 years ago

1.0.0-next.284

2 years ago

1.0.0-next.285

2 years ago

1.0.0-next.286

2 years ago

1.0.0-next.287

2 years ago

1.0.0-next.288

2 years ago

1.0.0-next.280

2 years ago

1.0.0-next.278

2 years ago

1.0.0-next.270

2 years ago

1.0.0-next.271

2 years ago

1.0.0-next.272

2 years ago

1.0.0-next.273

2 years ago

1.0.0-next.274

2 years ago

1.0.0-next.275

2 years ago

1.0.0-next.276

2 years ago

1.0.0-next.277

2 years ago

1.0.0-next.308

2 years ago

1.0.0-next.300

2 years ago

1.0.0-next.267

2 years ago

1.0.0-next.301

2 years ago

1.0.0-next.268

2 years ago

1.0.0-next.302

2 years ago

1.0.0-next.269

2 years ago

1.0.0-next.303

2 years ago

1.0.0-next.304

2 years ago

1.0.0-next.305

2 years ago

1.0.0-next.306

2 years ago

1.0.0-next.307

2 years ago

1.0.0-next.260

2 years ago

1.0.0-next.261

2 years ago

1.0.0-next.262

2 years ago

1.0.0-next.263

2 years ago

1.0.0-next.264

2 years ago

1.0.0-next.265

2 years ago

1.0.0-next.266

2 years ago

1.0.0-next.240

2 years ago

1.0.0-next.234

2 years ago

1.0.0-next.235

2 years ago

1.0.0-next.236

2 years ago

1.0.0-next.237

2 years ago

1.0.0-next.238

2 years ago

1.0.0-next.239

2 years ago

1.0.0-next.231

2 years ago

1.0.0-next.232

2 years ago

1.0.0-next.233

2 years ago

1.0.0-next.230

2 years ago

1.0.0-next.225

2 years ago

1.0.0-next.226

2 years ago

1.0.0-next.227

2 years ago

1.0.0-next.228

2 years ago

1.0.0-next.229

2 years ago

1.0.0-next.219

2 years ago

1.0.0-next.223

2 years ago

1.0.0-next.224

2 years ago

1.0.0-next.220

2 years ago

1.0.0-next.221

2 years ago

1.0.0-next.222

2 years ago

1.0.0-next.213

2 years ago

1.0.0-next.214

2 years ago

1.0.0-next.215

2 years ago

1.0.0-next.216

2 years ago

1.0.0-next.217

2 years ago

1.0.0-next.218

2 years ago

1.0.0-next.212

2 years ago

1.0.0-next.210

2 years ago

1.0.0-next.211

2 years ago

1.0.0-next.209

2 years ago

1.0.0-next.206

2 years ago

1.0.0-next.207

2 years ago

1.0.0-next.208

2 years ago

1.0.0-next.179

2 years ago

1.0.0-next.171

2 years ago

1.0.0-next.172

2 years ago

1.0.0-next.173

2 years ago

1.0.0-next.174

2 years ago

1.0.0-next.175

2 years ago

1.0.0-next.176

2 years ago

1.0.0-next.177

2 years ago

1.0.0-next.178

2 years ago

1.0.0-next.170

2 years ago

1.0.0-next.201

2 years ago

1.0.0-next.168

2 years ago

1.0.0-next.202

2 years ago

1.0.0-next.169

2 years ago

1.0.0-next.203

2 years ago

1.0.0-next.204

2 years ago

1.0.0-next.205

2 years ago

1.0.0-next.160

2 years ago

1.0.0-next.161

2 years ago

1.0.0-next.162

2 years ago

1.0.0-next.163

2 years ago

1.0.0-next.164

2 years ago

1.0.0-next.165

2 years ago

1.0.0-next.166

2 years ago

1.0.0-next.200

2 years ago

1.0.0-next.167

2 years ago

1.0.0-next.193

2 years ago

1.0.0-next.194

2 years ago

1.0.0-next.195

2 years ago

1.0.0-next.196

2 years ago

1.0.0-next.197

2 years ago

1.0.0-next.198

2 years ago

1.0.0-next.199

2 years ago

1.0.0-next.190

2 years ago

1.0.0-next.191

2 years ago

1.0.0-next.192

2 years ago

1.0.0-next.182

2 years ago

1.0.0-next.183

2 years ago

1.0.0-next.184

2 years ago

1.0.0-next.185

2 years ago

1.0.0-next.186

2 years ago

1.0.0-next.187

2 years ago

1.0.0-next.188

2 years ago

1.0.0-next.189

2 years ago

1.0.0-next.180

2 years ago

1.0.0-next.181

2 years ago

1.0.0-next.159

2 years ago

1.0.0-next.158

2 years ago

1.0.0-next.157

2 years ago

1.0.0-next.156

2 years ago

1.0.0-next.155

2 years ago

1.0.0-next.154

2 years ago

1.0.0-next.153

2 years ago

1.0.0-next.152

2 years ago

1.0.0-next.151

2 years ago

1.0.0-next.150

2 years ago

1.0.0-next.149

2 years ago

1.0.0-next.148

2 years ago

1.0.0-next.147

2 years ago

1.0.0-next.146

2 years ago

1.0.0-next.145

2 years ago