How to use the fre.useEffect function in fre

To help you get started, we’ve selected a few fre examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yisar / fre / demo / doc / index.js View on Github external
function App () {
  useEffect(() => {
    document.querySelector('.wrap').innerHTML = HTMLString
  },[])
  return (
    <div class="container">
      <div class="logo">
        <p align="center">
          <img width="180" alt="fre logo" src="http://wx2.sinaimg.cn/mw690/0060lm7Tly1ftpm5b3ihfj3096097aaj.jpg">
        </p>
        <h1 align="center">Fre</h1>
        <h3 align="center">Fast 1kb React-like hooks API js library</h3>
      </div>
      <div class="wrap"></div></div>

fre

Tiny Concurrent UI library with Fiber.

MIT
Latest version published 11 months ago

Package Health Score

62 / 100
Full package analysis