Skip to content

Commit

Permalink
fix spelling and weird phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Dec 21, 2023
1 parent 64f6921 commit bfab48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Compile and render JSX templates securely from over 15 different programming lan

## Why Reactables?

There are many embeddable templating languages (e.g., Handlebars.js, Mustache, Liquid, etc.) in the world today, but most are not ideal for the following reasons:
There are many embeddable templating languages (e.g., Handlebars.js, Mustache, Liquid, etc.) in the world today, but all suffer from a few shortcomings:

- They lack expressivity and complexity turns messy (ie. non Turing-complete languages)
- They can be unfamiliar to many users and come with a non-zero learning curve
- They require users to leave all of their pre-built components behind and start from scratch
- They are incompatible with popular web development tools (e.g. Webpack, ESBuild, etc.)

In an ideal world, React/JSX could be used as a general purpose template engine and all of the above limitiations would fade
In an ideal world, React/JSX could be used as a general purpose template engine and all of the above limitations would fade
away, but alas:

- You can only embed in JavaScript. What if your code base is written in something else or you have multiple languages?
Expand Down

0 comments on commit bfab48b

Please sign in to comment.