The Wayback Machine - https://web.archive.org/web/20220426191123/https://github.com/topics/signals
Skip to content
#

signals

Here are 321 public repositories matching this topic...

stopbystudent
stopbystudent commented Apr 18, 2022

For components which take single arguments, i.e. a single field in a Prop struct, but also for some more, it would be really useful if something like the following would work:

#[derive(Prop)]
struct MyProps<'a> {
    value: &'a ReadSignal<i32>,
}

#[component]
fn MyComponent<'a, G: Html>(cx: Scope<'a>, MyProps { value }: MyProps<'a>) -> View<G> {
    view! {
        div(class="my
bug enhancement good first issue A-macro
Stock-Market-Analysis
algotradingbot

This repository consists several bots encoding various algorithmic trading strategies. The aim here is for absolute beginners in stock trading to get familiar with the various aspects of the market. All you need is basics of statistics and python to understand the underlying metrics and conditions utilized to make decisions. Contributions welcome.

  • Updated Feb 9, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the signals topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the signals topic, visit your repo's landing page and select "manage topics."

Learn more