All Projects → kickstarter → Ios Oss

kickstarter / Ios Oss

Licence: apache-2.0
Kickstarter for iOS. Bring new ideas to life, anywhere.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ios Oss

Kickstarter Reactiveextensions
A collection of extensions to the ReactiveSwift framework.
Stars: ✭ 183 (-97.67%)
Mutual labels:  frp, functional-reactive-programming, reactivecocoa, functional-programming
Ulmus
A functional-reactive style programming library for Clojure(script)
Stars: ✭ 33 (-99.58%)
Mutual labels:  frp, functional-reactive-programming, functional-programming
Swiftrex
Swift + Redux + (Combine|RxSwift|ReactiveSwift) -> SwiftRex
Stars: ✭ 267 (-96.59%)
Mutual labels:  frp, reactivecocoa, functional-programming
Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
Stars: ✭ 312 (-96.02%)
Mutual labels:  frp, functional-reactive-programming, reactivecocoa
Android Oss
Kickstarter for Android. Bring new ideas to life, anywhere.
Stars: ✭ 5,627 (-28.23%)
Mutual labels:  frp, functional-reactive-programming, functional-programming
Hareactive
Purely functional reactive programming library
Stars: ✭ 293 (-96.26%)
Mutual labels:  frp, functional-reactive-programming, functional-programming
Sodium Typescript
Typescript/Javascript implementation of Sodium FRP (Functional Reactive Programming) library
Stars: ✭ 102 (-98.7%)
Mutual labels:  frp, functional-reactive-programming, functional-programming
Dunai
Classic and Arrowized Functional Reactive Programming, Reactive Programming, and Stream programming, all via Monadic Stream Functions
Stars: ✭ 115 (-98.53%)
Mutual labels:  frp, functional-reactive-programming, functional-programming
YoutubeEngine
Swift ReactiveCocoa lib for Youtube api
Stars: ✭ 24 (-99.69%)
Mutual labels:  reactiveswift, reactivecocoa
recurrent
A library for building functional-reactive (FRP) GUIs in Clojurescript
Stars: ✭ 49 (-99.37%)
Mutual labels:  functional-reactive-programming, frp
Mobx Keystone
A MobX powered state management solution based on data trees with first class support for Typescript, support for snapshots, patches and much more
Stars: ✭ 284 (-96.38%)
Mutual labels:  frp, functional-reactive-programming
reflex-dom-ace
Reflex wrapper for the ACE editor
Stars: ✭ 12 (-99.85%)
Mutual labels:  functional-reactive-programming, frp
Reflex Dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
Stars: ✭ 301 (-96.16%)
Mutual labels:  frp, functional-reactive-programming
reflex-dom-semui
A reflex-dom API for Semantic UI components
Stars: ✭ 22 (-99.72%)
Mutual labels:  functional-reactive-programming, frp
Yampa
Functional Reactive Programming domain-specific language embedded in Haskell, for programming efficient hybrid (mixed discrete-time and continuous-time) systems.
Stars: ✭ 294 (-96.25%)
Mutual labels:  frp, functional-reactive-programming
Lpdmvvmkit
LPDMvvmKit - Elegant MVVM framework in Objective-C.
Stars: ✭ 400 (-94.9%)
Mutual labels:  functional-reactive-programming, reactivecocoa
Reflex Platform
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
Stars: ✭ 602 (-92.32%)
Mutual labels:  frp, functional-reactive-programming
Turbine
Purely functional frontend framework for building web applications
Stars: ✭ 651 (-91.7%)
Mutual labels:  frp, functional-reactive-programming
Reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
Stars: ✭ 910 (-88.39%)
Mutual labels:  frp, functional-reactive-programming
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (-99.58%)
Mutual labels:  functional-reactive-programming, frp

Kickstarter for iOS

Circle CI codecov

Welcome to Kickstarter’s open source iOS app! Come on in, take your shoes off, stay a while—explore how Kickstarter’s native squad has built and continues to build the app.

We’ve also open sourced our Android app, and read more about our journey to open source here.

Getting Started

  1. Install Xcode.
  2. Clone this repository.
  3. Run make bootstrap to install tools and dependencies.

* To provide a mock version that serves up hard-coded data immediately, set KsApi.Secrets.isOSS = true.

Some fun things to explore

If you’re just looking for a quick glance at a few things we’re particularly proud of, look no further:

  • The Screenshots directory holds nearly 500 screenshots of various screens in every language, device and edge-case state that we like to make sure stays true. For example, a backer viewing a project in French here , or a creator looking at their dashboard in German and on an iPad here.

  • We use view models as a lightweight way to isolate side effects and embrace a functional core. We write these as a pure mapping of input signals to output signals, and test them heavily, including tests for localization, accessibility and event tracking.

Testing the project

  • Run all tests from the command line by running make test-all.
  • Run an individual scheme's tests by selecting that scheme in Xcode and hitting CMD+U.

Documentation

While we’re at it, why not share our docs? Check out the native docs we have written so far for more documentation.

Dependencies

We make heavy use of the following projects, and so it can be helpful to be familiar with them:

1st party

  • Circle CI Prelude: Foundation of types and functions we feel are missing from the Swift standard library.

  • Circle CI ReactiveExtensions: A collection of operators we like to add to ReactiveCocoa.

3rd party

Notices for 3rd party libraries in this repository are contained in NOTICE.md.

Contributing

We intend for this project to be an educational resource: we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app for our users in line with our roadmap.

The best way to submit feedback and report bugs is to open a GitHub issue. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs. Keep in mind that all participants will be expected to follow our code of conduct.

Code of Conduct

We aim to share our knowledge and findings as we work daily to improve our product, for our community, in a safe and open space. We work as we live, as kind and considerate human beings who learn and grow from giving and receiving positive, constructive feedback. We reserve the right to delete or ban any behavior violating this base foundation of respect.

Find this interesting?

We do too, and we’re hiring!

License

Copyright 2021 Kickstarter, PBC.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].