Giter VIP home page Giter VIP logo

kinda's Introduction

Kinda는 무엇인가요?

Kinda는 프로그램의 상태직관적이고 안전한 방법으로 관리할 수 있는 기능을 제공하는 라이브러리입니다.
Redux, FLUX, MVI 등 단방향 아키텍처에서 많은 영감을 받았으며, MVI 패턴에 가장 근접합니다.
MVI패턴에 대해 익숙하지 않다면, 저의 개인 블로그를 참고할 수 있습니다.

Kinda와 함께 MVI 테스트 작성하기
MVI 패턴에 대한 고찰, 이유와 방법 그리고 한계


Kinda 시작하기

Kinda를 시작하기 위해서 WIKI를 참고해주세요!


감사의 글

Kinda가 존재할 수 있었던 이유는 수 많은 오픈소스와 자료들 덕분이었습니다. 감사합니다.
아래는 제가 영감을 얻고 참고했던 자료들입니다.

작성자 오픈소스 발표, 자료
Spotify Mobius Mobius: A Loopy UI Architecture - Ahmed Nawara, Spotify
Airbnb MvRx Better Android Testing at Airbnb
Tinder StateMachine
MyRealTrip box

Download

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation "com.github.kimdohun0104.kinda:kinda-core:${kinda_version}"
    implementation "com.github.kimdohun0104.kinda:kinda-android:${kinda_version}"
    
    testImplementation "com.github.kimdohun0104.kinda:kinda-android-test:${kinda_version}"
}

License

MIT License

Copyright (c) 2020 Dohun Kim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

kinda's People

Contributors

kimdohun0104 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rheehot

kinda's Issues

Logging 기능 구현

Event, SideEffect에 따라서 상태가 어떻게 변하는지 확인할 수 있는 로깅 기능 =

Interceptor 기능 구현

Event가 실행되기 전, 후
SideEffect 가 dispatch되기 전, 후
실행할 수 있는 함수를 설정
상태와 함께 Event or SideEffect 상태를 제공

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.