Skip to content

What is Redux? How to use it? How to feed it? Your doubts solved all in one place.

License

Notifications You must be signed in to change notification settings

fellipecaetano/ReduxInBH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux.swift in Belo Horizonte

This repository houses the bootstrap project I used as reference for a talk I gave at the 15th CocoaTalks BH about using Redux.swift in iOS applications.

Contents

About the project

The bootstrap project is simply a table view displaying a list of an user's GitHub repositories. The base project is in the master branch and the reference implementation is in the 0.1.0 tag.

Requirements

  • Xcode 8.2+
  • iOS 10.2+

Installation

The project has a single dependency, which is Redux.swift. It was initially integrated to the project using Carthage, but the build doesn't require Carthage to be installed. The following installation steps should suffice:

  • Clone the desired branch using the following command
git clone -b <branch> https://github.com/fellipecaetano/ReduxInBH
  • Enter the app directory

  • Use Xcode 8.2+ to open GitHubClient.xcworkspace

  • Build and run

About

What is Redux? How to use it? How to feed it? Your doubts solved all in one place.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published