Skip to content

Commit

Permalink
moved name eplanation from website to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
loenard97 committed Oct 26, 2023
1 parent 658c534 commit 8002456
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew.
* Achieves high performance by minimizing DOM API calls for each page render and by making it easy to offload processing to background web workers.
* Supports JavaScript interoperability, allowing developers to leverage NPM packages and integrate with existing JavaScript applications.
* Yew is named after a certain type of evergreen tree, and is pronounced yo͞o with a soft y, like in 'you', not a hard 'dj' like in 'jam'.

*Note: Yew is not 1.0 yet. Be prepared to do major refactoring due to breaking API changes.*

Expand Down
1 change: 0 additions & 1 deletion website/src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@include devices(mobile) {
padding: 1rem;
text-align: center;
max-width: 60%;
}
}

Expand Down
8 changes: 0 additions & 8 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ const Hero = () => {
<section className={clsx('hero__subtitle', styles.heroSubtitle)}>
{siteConfig.tagline}
</section>
<section className={clsx('hero__subtitle', styles.heroSubtitle)}>
Yew (pronounced yo͞o with a soft y, like in "you") is named after
the giant humanoid yew tree from the movie "A Monster Calls",
who said it best: <b>"Only Yew can help you"</b>. Together with
the type-safety of Rust, Yew helps you create stable and
reliable web applications, so you can focus on the actual
content of your website.
</section>
<section className={styles.callToActions}>
<Link
className="button button--lg button--outline button--primary margin--lg"
Expand Down

0 comments on commit 8002456

Please sign in to comment.