[POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need for the react library at runtime.
 ```js import React, { useState, useCallback,useEffect } from "react"; useEffect(()=>{ console.log('useEffect is work') console.log('useCallback:',useCallback) },[]) ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by flyyuan and has received 0 comments.