
React Native Skia
Drawing an entire Sudoku board in one SkPicture (and why the declarative Canvas stuttered)
9 min readWritten by: Jonathan Reis on
Why the declarative Skia renderer with 81 React components per cell struggled on low-end devices, and how reimplementing the board with Skia.PictureRecorder + <Picture> removes the reconciler from the render hot path.
