Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 355 Bytes

Electric-Testing

Testing with Electric system.

Start Process

npm i
clj -A:dev -X user/main

The desired outcome is:

  1. A Slate Editor with 'test' placeholder.
  2. When editing, the dev console shows onChange and onKeyDown Events.

Goal

  1. A minimial change to bridge both Plain and non-Plain reagent events with electric functions.