Logo
Logo
Unleash the functional beast~
Basics
  • Introduction
  • Guides
Environment
  • Plugins
  • Perspective
Library
  • Q&A
  1. Guides
    1. Essential
    2. Basics
    3. Advance
    4. Expert

Guides

Guides were designed to take you from zero to hero!

  • Essential : Understanding of the tools and structure
  • Basics : Deep dive into `ctx` options and understanding of how it works
  • Advance : Use of core tools to develop plugins
  • Expert : Deep understanding of the core

Essential

  • Wrap : Basics of how to use wrap
  • Routing : How pathing works
  • Ecosystem : Learn the difference between `create` , `perspective` , `plugins` and `core`
  • Resolution : How to use `resolve` and `branch`

Basics

  • Branch : Gets access to the functions in branch.
  • Cookie : Manages HTTP cookies.
  • Query : Facilitates easy access to URL query parameters.
  • Param : Extracts URL path parameters.
  • Headers : Provides access to HTTP request headers.
  • Resolve : Gets the values of the resolved functions.
  • IO : Handles file operations.
  • Sign & Verify : Gives access to a sign and verify function.
  • Token : Verifies the cookies with the current key.

Advance

  • Enclosing : Nesting routers

Expert