Skip to content

Commit

Permalink
remove theory docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 19, 2024
1 parent fe6398f commit 5c473af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
10 changes: 10 additions & 0 deletions docs/03_jsx/00_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,13 @@ components and how components are defined.
In essence, JSX's single object argument constraint promotes a structured and
predictable way to pass data between components, which is essential for building
complex programs by composing smaller, reusable pieces.

### Why does jsonx use JSX?

JSX is leveraged by jsonx to provide a familiar and expressive way to define
components. This allows developers to define complex structures in a more
readable and maintainable way.

Traditionally, JSX is associated with HTML and web development, but jsonx
extends its use to define components for any problem domain that can be
expressed in JavaScript/TypeScript and JSON.
15 changes: 0 additions & 15 deletions docs/03_jsx/01_theory.md

This file was deleted.

0 comments on commit 5c473af

Please sign in to comment.