/docs/api.html
https://github.com/thysultan/dio.js · HTML · 92 lines · 87 code · 5 blank · 0 comment · 0 complexity · ca6b7a9e11acfb9da33b21d8b270dd41 MD5 · raw file
- <!doctype html>
- <html>
- <head>
- <meta charset=utf-8>
- <meta http-equiv=X-UA-Compatible content=IE=edge>
- <meta name=viewport content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <title>Dyo - A JavaScript library for building user interfaces</title>
- <link rel=stylesheet href=assets/stylesheet/index.css>
- <link rel=icon type=image/png href=assets/images/favicon-large.png sizes=32x32>
- <link rel=icon type=image/png href=assets/images/favicon-small.png sizes=16x16>
- <script defer src=./assets/javascript/index.js></script>
- </head>
- <body>
- <a href=./ title=index class=logo>
- <img src=assets/images/logo.svg alt=logo>
- </a>
- <header>
- <nav>
- <a href=./>Index</a>
- <a href=./introduction.html>Introduction</a>
- <a href=./advanced.html>Advanced</a>
- <a href=./api.html>API</a>
- <a href=./examples.html>Examples</a>
- <a href=https://github.com/dyo/dyo>GitHub</a>
- </nav>
- </header>
- <article>
- <h1>API</h1>
- <h1>Table of Contents</h1>
- <nav>
- <ol>
- <li>
- <a href=element.html>Element</a>
- <ol>
- <li><a href=element.html#type>type</a></li>
- <li><a href=element.html#props>props</a></li>
- <li><a href=element.html#children>children</a></li>
- </ol>
- </li>
- <li>
- <a href=component.html>Component</a>
- <ol>
- <li><a href=component.html#function>function</a></li>
- <li><a href=component.html#async-function>async function</a></li>
- <li><a href=component.html#generator>generator</a></li>
- <li><a href=component.html#element>element</a></li>
- <li><a href=component.html#props>props</a></li>
- <li><a href=component.html#state-lifecycle>state & lifecycle</a></li>
- </ol>
- </li>
- <li>
- <a href=top-level.html>Top-Level API</a>
- <ol>
- <li><a href=top-level.html#render>render</a></li>
- <li><a href=top-level.html#createElement>createElement</a></li>
- <li><a href=top-level.html#cloneElement>cloneElement</a></li>
- <li><a href=top-level.html#isValidElement>isValidElement</a></li>
- <li><a href=top-level.html#Children>Children</a></li>
- <li><a href=top-level.html#Fragment>Fragment</a></li>
- <li><a href=top-level.html#Portal>Portal</a></li>
- <li><a href=top-level.html#Context>Context</a></li>
- <li><a href=top-level.html#Boundary>Boundary</a></li>
- <li><a href=top-level.html#Suspense>Suspense</a></li>
- <li><a href=top-level.html#lazy>lazy</a></li>
- <li><a href=top-level.html#memo>memo</a></li>
- </ol>
- </li>
- <li>
- <a href="hooks.html">Hooks API</a>
- <ol>
- <li><a href=hooks.html#useState>useState</a></li>
- <li><a href=hooks.html#useReducer>useReducer</a></li>
- <li><a href=hooks.html#useContext>useContext</a></li>
- <li><a href=hooks.html#useResource>useResource</a></li>
- <li><a href=hooks.html#useEffect>useEffect</a></li>
- <li><a href=hooks.html#useLayout>useLayout</a></li>
- <li><a href=hooks.html#useRef>useRef</a></li>
- <li><a href=hooks.html#useMemo>useMemo</a></li>
- <li><a href=hooks.html#useCallback>useCallback</a></li>
- <li><a href=hooks.html#useResource>useResource</a></li>
- </ol>
- </li>
- </ol>
- </nav>
- </article>
- </body>
- </html>