React Use C

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-use-c

    Use C in your React!

  • react-use-rust

    Use Rust in your React!

  • There you go https://github.com/elnardu/react-use-rust

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • picoc-js

    The picoc interpreter compiled as WASM.

  • Hey Elnard, you might want to consider using https://github.com/KritR/picoc-js ;)

  • williamcotton.com

    williamcotton.com

  • These conditional checks are an obvious sign that they’ve cleaved the rock in the wrong location.

    These conditional checks on server state exist because they didn’t create the shared environment between web server and web browser at deep enough of a level.

    The key is to replicate the server-side pattern of “user actions cause HTTP request”. That is, you make a version of express that runs in the browser. Then you make parallel middleware that runs in both the browser and the server. Then you make your React components fire off mock HTTP requests that are handled by the browser express router.

    So you write the same route handlers and components for the browser and server to run but then you write environment specific middleware.

    Browser middleware:

    https://github.com/williamcotton/williamcotton.com/tree/mast...

    Server middleware:

    https://github.com/williamcotton/williamcotton.com/tree/mast...

    I’ve expanded beyond express in the above application to add controllers, a routes file, and views, all code that has no conditionals and runs in both the browser and server environment.

    What NextJS demoed is poorly conceived. There’s no need to autogenerate a link to an API.

    Instead, your frontend middleware has req.update() defined to make an API request and the server middleware has req.update() defined to make the SQL update.

    And there you go, sane server and client side rendering.

  • lambda-8cc

    x86 C compiler written in untyped lambda calculus

  • ycombinator siding with the Amazonian cult of the carcinisation?! blasphemy! this submission is like a wanted poster for react-use-lambda to be summoned into existence from the great beyond https://github.com/woodrush/lambda-8cc

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts