[quickjs-devel] Running React on QuickJS

  • From: Yifeng Wang <doodlewind@xxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Mon, 11 Nov 2019 20:18:47 +0800

Hi,

I successfully build a React renderer on top of QuickJS, that renders text
and pixels on a 0.96-inch OLED screen. The renderer is built on top of a C
driver for I2C protocol, which is used as a QuickJS C module. It's really
cheering to get cutting-edge web frameworks like React working on QuickJS
without hacks. I don't have a strong background in C, and this is even my
first time writing makefile. QuickJS is awesome for learning fundamentals
of computer science and do cool stuffs. Thanks!

A writeup is included here:
https://github.com/doodlewind/react-ssd1306/blob/master/docs/tutorial.md


Regards
Yifeng Wang

Other related posts: