All Projects → rivasdiaz → React Tutorial Kotlin

rivasdiaz / React Tutorial Kotlin

Licence: apache-2.0
An implementation of the React Tutorial using Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to React Tutorial Kotlin

Python Django For Php Nerds
A tutorial for PHP people wanting to learn Python/Django
Stars: ✭ 9 (-55%)
Mutual labels:  tutorial
Aprende X Si Sabes Y
Aprende X si sabes Y (Donde X = Lenguaje de programación que quieres aprender y Y = Lenguaje de programación que conoces)
Stars: ✭ 14 (-30%)
Mutual labels:  tutorial
Javase6tutorial
Java SE 6 技術手冊
Stars: ✭ 884 (+4320%)
Mutual labels:  tutorial
Netty Tutorials
Netty 4.x tutorials.
Stars: ✭ 11 (-45%)
Mutual labels:  tutorial
React Cropper
react cropper
Stars: ✭ 13 (-35%)
Mutual labels:  tutorial
Bootstrap
Repository for my tutorial course: Bootstrap 3 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 14 (-30%)
Mutual labels:  tutorial
Tns Restful Json Api
This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post
Stars: ✭ 846 (+4130%)
Mutual labels:  tutorial
Awesome Swiftui
A collaborative list of awesome articles, talks, books, videos and code examples about SwiftUI.
Stars: ✭ 878 (+4290%)
Mutual labels:  tutorial
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+4285%)
Mutual labels:  tutorial
Awesome Android Things
A curated list of awesome android things tutorials, libraries and much more at one place
Stars: ✭ 883 (+4315%)
Mutual labels:  tutorial
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+4205%)
Mutual labels:  tutorial
Candidate Selection Tutorial
SIGIR 2017 Candidate Selection Tutorial (http://sigir.org/sigir2017/program/tutorials/#candidate)
Stars: ✭ 13 (-35%)
Mutual labels:  tutorial
Tutorials
A project for developing tutorials for Streams
Stars: ✭ 14 (-30%)
Mutual labels:  tutorial
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (+4215%)
Mutual labels:  tutorial
Road To Master Ngrx Store
A curated guided hyperlinks to learn all there is to know of Ngrx/Store and state management in general
Stars: ✭ 15 (-25%)
Mutual labels:  tutorial
Sbt Scripting
Getting started tutorial for scripting using sbt.
Stars: ✭ 9 (-55%)
Mutual labels:  tutorial
Py101
A pyschool story for learning Python Basics.
Stars: ✭ 14 (-30%)
Mutual labels:  tutorial
Learnrelay
Learn Relay - A comprehensive introduction to Relay (created by Graphcool)
Stars: ✭ 887 (+4335%)
Mutual labels:  tutorial
React Redux Boilerplate Example
Stars: ✭ 15 (-25%)
Mutual labels:  tutorial
Evolutionary Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
Stars: ✭ 881 (+4305%)
Mutual labels:  tutorial

React Tutorial example in Kotlin

An implementation of the React Tutorial using Kotlin.

See related Medium article.

This project uses JetBrain official Kotlin React and Kotlin React DOM wrappers.

Sections of the tutorial are listed below (only the ones that link to tutorial code). Each section contains:

  • Tutorial: A link to the react tutorial section
  • JavaScript Code: A link to source code from the tutorial, hosted at codepen.io
  • Kotlin Code: Link to the corresponding commit in this project for the equivalent code

Overview

Getting Started

Tutorial / JavaScript Code / Kotlin Code

Passing Data Through Props

Tutorial / JavaScript Code / Kotlin Code

An Interactive Component

Tutorial / JavaScript Code / Kotlin Code

Lifting State Up

Tutorial / JavaScript Code 1 / Kotlin Code 1 / JavaScript Code 2 / Kotlin Code 2

Functional Components

Tutorial / JavaScript Code / Kotlin Code

Taking Turns

Tutorial / JavaScript Code / Kotlin Code

Declaring a Winner

Tutorial / JavaScript Code / Kotlin Code

Storing A History

Tutorial / JavaScript Code / Kotlin Code

Showing the Moves

Tutorial / JavaScript Code / Kotlin Code

Implementing Time Travel

Tutorial / JavaScript Code 1 / Kotlin Code 1 / JavaScript Code 2 / Kotlin Code 2

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].