https://lukeb42.github.io/vertex-manual.html Float64Vertex Contents 1. Obtaining vertex.js 2. Loading in the
3. Setting a templates directory 4. DOM layer -- V$ / VQuery 5. AJAX 6. Fiber reconciler -- createElement & render 7. Hooks -- useState, useEffect, useRef, useMemo, useContext 8. Template engine -- Vertex.template / Mustache 9. Hash router -- Backbone style 10. useHash -- router meets reconciler 11. jQuery compatibility 12. Quick API reference 01. Obtaining vertex.js Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible. vertex.js is a single, self-contained file with no build step and no dependencies. Download it from the Gist below and drop it wherever your project serves static assets. gist gist.githubusercontent.com/LukeB42/.../vertex.js Or fetch it from the command line: # save to your project's static directory curl -o static/vertex.js \ https://gist.githubusercontent.com/LukeB42/ef5b142325fc2bcd4915ba9b452f6230/raw/867cf609e8ec6bcb6700eda7f81c7c60e9ee01c9/vertex.js It ships as a UMD module, so it works equally as a plain