-
Subscribe to this issue and stay notified about new [daily trending repos in JavaScript](https://github.com/trending/javascript?since=daily)!
-
javascript weekly news
-
glMatrix was a [project I started 12 years ago](https://blog.tojicode.com/2010/06/stupidly-fast-webgl-matricies.html)(!), because at the time there weren't too many good options for doing the type of …
toji updated
2 months ago
-
The idea is to create a simple, compact, symmetrical, typed language for generic programming that compiles to JavaScript. The initial reference is "Elements of Programming" by Alexander Stepanov and P…
keean updated
6 years ago
-
After exploring the concept in #23696, we've come to the conclusion that implicitly making type arguments available by name would unnecessarily expose previously unobservable implementation details. A…
-
# The `internal` modifier
Often there is a need to share information on types within a program or package that should not be
accessed from outside of the program or package. While the `public` access…
-
In the spirit of removing as much boilerplate as possible, I think zustand made the right choice to merge the object that is returned from a state change function with the original state.
Because t…
-
*Bugsquad edit: This proposal is a superset of #162.*
EDIT: Tried to format it according to the 'template'.
**Describe the project you are working on:**
I was working on a game using Godot. (Ha…
-
I ran chiks and selected the following options:
1. Vite + Express
2. Clerk
3. React, Typescript
4. Yes Tailwind
5. Base Tailwind
6. (changed entry point to index.ts in backend package.json con…
-
Do you think it would be possible to combine Rekit with next.js (React SSR framework)?
It might be difficult because both Rekit and next.js are "opinionated" about application structure, but I'm cu…