mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
parent
0eb167ac78
commit
6ae67b6843
@ -75,7 +75,7 @@ and follow the repository's README.
|
||||
|
||||
## Writing APIs
|
||||
|
||||
When building new APIs, think about what it would be like to use them. Would this API cause confusing and hard to pin error mesages? Would this API integrate well with other APIs? Is it intuitive to use this API?
|
||||
When building new APIs, think about what it would be like to use them. Would this API cause confusing and hard to pin error messages? Would this API integrate well with other APIs? Is it intuitive to use this API?
|
||||
|
||||
Below, you can find some useful guidance and best practices on how to write APIs. These are only _guidelines_ and while they are helpful and should be followed where possible, in some cases, it may not be possible to do so.
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## How to Run
|
||||
|
||||
The examples are built with [trunk](https://github.com/thedodd/trunk).
|
||||
Once you have the development envrionment fully set up (see [documentation](https://yew.rs/docs/next/getting-started/introduction)),
|
||||
Once you have the development environment fully set up (see [documentation](https://yew.rs/docs/next/getting-started/introduction)),
|
||||
running an example is as easy as running a single command:
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user