JennaSys / tictacreact2

React tutorial app using Python with Transcrypt - now with hooks!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React tutorial app using Python with Transcrypt

This is a refactored version of tictacreact that uses functional components instead of class components

This is based on the React Tutorial: Intro to React

Code is transpiled from Python 3.9 to JavaScript using Transcrypt

pip install transcrypt

To build with non-minified js and python source maps:

transcrypt --nomin --build --map tictacreact.py

The code style here uses the approach outined in this blog post, but more references can be found on the React to Python site.

tictacreact screenshot

Live demo: https://jennasys.github.io/tictacreact2/

About

React tutorial app using Python with Transcrypt - now with hooks!


Languages

Language:Python 68.0%Language:CSS 19.8%Language:HTML 7.2%Language:Shell 5.0%