|
@@ -0,0 +1,30 @@
|
|
|
+# Reference Guide
|
|
|
+
|
|
|
+This folder holds a bunch of useful reference code. However, none of the code is meant to be executed (nothing special will happen).
|
|
|
+
|
|
|
+
|
|
|
+| Reference: | What it does |
|
|
|
+| --------------------------------------------------- | ----------------------------------- |
|
|
|
+| [Basics](./basics.rs) | How to handle futures with suspense |
|
|
|
+| [Empty](./empty.rs) | How to handle futures with suspense |
|
|
|
+| [Children](./children.rs) | How to handle futures with suspense |
|
|
|
+| [Async](./async.rs) | How to handle futures with suspense |
|
|
|
+| [Suspense](./suspense.rs) | How to handle futures with suspense |
|
|
|
+| [Conditional Rendering](./conditional_rendering.rs) | How to handle futures with suspense |
|
|
|
+| [Controlled Inputs](./controlled_inputs.rs) | How to handle futures with suspense |
|
|
|
+| [Fragments](./fragments.rs) | How to handle futures with suspense |
|
|
|
+| [Inline Styles](./inline_styles.rs) | How to handle futures with suspense |
|
|
|
+| [Spread Pattern for Props](./spreadpattern.rs) | How to handle futures with suspense |
|
|
|
+| [Iterators](./iterators.rs) | How to handle futures with suspense |
|
|
|
+| [Listener](./listener.rs) | How to handle futures with suspense |
|
|
|
+| [Memo](./memo.rs) | How to handle futures with suspense |
|
|
|
+| [NodeRef](./noderefs.rs) | How to handle futures with suspense |
|
|
|
+| [Signals](./signals.rs) | How to handle futures with suspense |
|
|
|
+| [ToString](./tostring.rs) | How to handle futures with suspense |
|
|
|
+| [Fiber](./fiber.rs) | How to handle futures with suspense |
|
|
|
+| [Global CSS](./global_css.rs) | How to handle futures with suspense |
|
|
|
+| [State Management](./statemanagement.rs) | How to handle futures with suspense |
|
|
|
+| [Testing](./testing.rs) | How to handle futures with suspense |
|
|
|
+| [Custom Elements](./custom_elements.rs) | How to handle futures with suspense |
|
|
|
+| [Web Components](./webcomponents.rs) | How to handle futures with suspense |
|
|
|
+| [Anti-patterns](./antipatterns.rs) | What not to do! |
|