Survive #JavaScript - #webpack and #reactjs in particular.

Jyväskylä, Finland
SurviveJS retweeted
▶️ Do you want to learn more about the Actor Model? Watch this fantastic talk by @farzad_yz from last year’s @ReactFinland and get control over your React apps’ complexity. youtube.com/watch?v=9k1ZHHJW…
5
5
SurviveJS retweeted
➡️New to state machines and statecharts? @LauraKalbag has you covered in this 15 minute talk from last year’s @ReactFinland. youtube.com/watch?v=Y_lOg-rs…
4
12
SurviveJS retweeted
esamattis/react-zorm: Zorm - Type safe <form> for React using Zod buff.ly/3ALuOvn
1
2
Learn about @nhostio, a BaaS platform founded by @elitasson . Think it as Netlify/Vercel but for the backend. survivejs.com/blog/nhost-int… #graphql #hasura
1
8
SurviveJS retweeted
CSS tip: Use `font-variant-numeric: tabular-nums;` to align numbers neatly in a tables, progress counters, etc. Demo: codepen.io/javan/full/WNXNZL…
23
328
2,254
🔗 Proposal for <selectmenu> which is available in Chromium-based browsers behind flag A way to finally be able to fully style <select>. github.com/captainbrosset/op…
8
21
Find out how to tame the devDependencies of your projects with mrm and packaging. survivejs.com/blog/how-to-ta…
2
1
SurviveJS retweeted
📢 Announcing Parcel CSS: A CSS parser, compiler, and minifier written in Rust! ⚡️ Extremely fast 🗜️ Small output 🏢 Vendor prefixing 🪂 Syntax lowering 🍱 CSS modules 📦 Use with Parcel, or standalone in JS or Rust! GitHub: github.com/parcel-bundler/pa… Blog: parceljs.org/blog/parcel-css…
46
344
1,960
SurviveJS retweeted
With this change, we are taking a major step in #MicrosoftTeams Teams architecture. We are moving away from Electron to Edge Webview2. Teams will continue to remain a hybrid app but now it will be powered by #MicrosoftEdge. Also Angular is gone. We are now 100% on reactjs
66
237
899
SurviveJS retweeted
Want a view of what the TypeScript compiler sees in your project? ⏱ tsc --extendedDiagnostics How long stuff took and how big/complex it is. 📜 tsc --listFiles List of every file included in the compilation. 🧠 tsc --explainFiles List of every file and *why* it’s included.
3
81
447
SurviveJS retweeted
I just spent ~4 hours investigating an "eats-all-the-gigabytes" memory leak in JavaScript and the solution turned out to be: ```diff -arr.map(myFunction) +arr.map(x => myFunction(x)) ``` Because `map` passes 3 args: item, index, thisObj. Friends, be careful.
23
107
930
create-react-app v5.0.0 is available now buff.ly/3oVAPS6
7
33
Interview of @sebrindom from Medusa, a headless open source e-commerce platform survivejs.com/blog/medusa-in…
2
6
SurviveJS retweeted
Deno 1.16 has been released. Some highlights: 📁 Read from disk using fetch 🔀 New JSX transforms 💾 localStorage without --location 🔒 Per test permissions are now stable ▶️ Deno to NPM build tool 🔗 WASM reference types See the full release notes at deno.com/blog/v1.16
7
94
393
SurviveJS retweeted
Replying to @deno_land
@deno_land I feel this meme with all my being
7
37
228
React GUI is an exploration of what React Native's APIs could look like if they were more modular, more composable, expanded beyond mobile touch interfaces, and modeled on web standards. Would you prefer to use an API like this? ixrvy.sse.codesandbox.io/doc…
5
12
93
SurviveJS retweeted
Nx Conf is NEXT WEEK! We can hardly believe it. Check out the full agenda and save your seat at bit.ly/3jVBu3g #NXConf2021
1
18
38
The video of my live demo at React Finland is now up! 🇫🇮🧁 If you're new to vanilla-extract, in ~15min you'll have a much better idea of how it works in practice.
Video – @markdalgleish – Zero-runtime CSS-in-TypeScript with vanilla-extract buff.ly/2X0E4fL
1
7
46
Video - #ReactFinland 2021 – @RyanCarniato@Solid_JS - Reactive JSX buff.ly/3mT2Nxf
3
10
[Thread] Live tweet of an introduction to @solid_js at @ReactFinland In this talk, Ryan explore an example to show the similarity and differences between Hook + Virtual DOM versus Reactivity + DOM. #solidjs #react #javascript
Join @0xca0a, @davidkpiano, and @RyanCarniato at the opening session of #ReactFinland 30th of August to learn where #reactjs and frontend development might be heading. buff.ly/3ixfQSb
1
4
13