Live data from Hacker News

Viewing profile — wy2010344

wy2010344

HN member
Joined
Sat, Sep 04, 2021, 9:24 AM UTC
HN karma
1
Public activity
5 items

About wy2010344

mve/TypeScript

Recent public activity

  1. comment
    Comment #43968595

    I think inheritance should be completed in one go like SQL database operations, but the code needs to be maintained and records the entire transformation history, so I can't figure…

  2. comment
    Comment #43457908

    I think all DSLs should be turned into function calls. Of course, function calls can be simpler, such as some infix and dictionary parameters.

  3. story
    Lambda Form in React

    How about writing this in React? I'm a bit stuck on passing parameters. import { useEffect, useState } from "react"; function HookRender({ render }: { render(): React.ReactNode }) …

  4. comment
    Comment #28413519

    how to use the library of mve,my mvvm framework.

  5. story