Skip to content

Add a "Recipes" / "Cookbook" section for advanced patterns and performance optimizations #70

@akshaypilankar

Description

@akshaypilankar

Following the discussion in issue #55 regarding the addition of a Slider component, it is clear that there are high-performance, architectural ways to achieve complex UI patterns in Oat without necessarily bloating the core library with heavy, pre-built components.

While the maintainer’s approach to handling components like sliders (as mentioned in this comment) is technically superior and keeps the library lightweight, it may not be immediately obvious to users who are used to "plug-and-play" component libraries.

I propose creating a "Recipes" or "Cookbook" page in the documentation (or a RECIPES.md in the repo).

The Goal:

Bridge the Gap: Show "normal" users how to implement common UI elements (like Sliders, Tabs, or Modals) using Oat’s core principles.

Best Practices: Document the "clever" architectural patterns that ensure maximum performance, which might be non-trivial for those unfamiliar with the library's internals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions