Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @pikapkg
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @pikapkg
-
Prikvačeni tweet
Introducing Snowpack v1.0! (previously @pika/web)
Build web applications with LESS TOOLING and iterate 10x FASTER. Replace your traditional app bundler with this run-only-once post-install tool.
Learn more: https://www.snowpack.dev
Quick start: https://www.snowpack.dev/#quickstart pic.twitter.com/dPXFfNQYoV
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
We have plenty more new features and announcements to come for the Pika CDN, so stay tuned!https://www.pika.dev/cdn
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Deno + npm. Holy crap... we finally made it happen! Introducing automatic type declarations for the Pika CDN. Import an npm package and get "d.ts" files loaded automatically.
https://dev.to/pika/introducing-pika-cdn-deno-p8b …pic.twitter.com/QfCGhGVICj
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Pika proslijedio/la je Tweet
If you’re in the Bay Area, come swing by TONIGHT to hear me talk about the future of JavaScript! Also...


WAFFLEShttps://twitter.com/wafflejs/status/1225156946916831232 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Pika proslijedio/la je Tweet
snowpack (from
@pikapkg) +@sveltejs doesn't get much simplerpic.twitter.com/j2T616gQm9
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Chrome 80 -- the first ES2020-enabled browser - is out! We'll be updating our CDN (https://www.pika.dev/cdn ) over the next week to add automatic transpilation for <=ES2019 browsers, so you can keep using modern packages in your project without fear.https://twitter.com/passle_/status/1224751105655164929 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Thanks to some hard work by
@jakedeichert we finally have an official guide for@sveltejs + Snowpack! Powered by Svelvet! https://www.snowpack.dev/#svelte pic.twitter.com/OeGXgc1QyA
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
Pika proslijedio/la je TweetHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
This just landed in v1.1.0! Check out the full release notes here: https://github.com/pikapkg/snowpack/releases/tag/v1.1.0 …
@_drewpowers continues to land amazing features! Huge thank you to him,@MonchiFC, and all the amazing docs/examples contributors for the release.pic.twitter.com/480Ja077cD
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Building modern web apps /w Snowpack, but need to support IE11?
Snowpack just landed `--nomodule` support!
Runs once, before prod deploy.
Builds a simple app bundle for older browsers only.
Still ZERO dev-time building/bundling required!
https://www.snowpack.dev/#supporting-legacy-browsers …pic.twitter.com/pKnMO0ItUX
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Pika proslijedio/la je Tweet
Just launched a little svelte compiler & file watcher that works with
@pikapkg's snowpack! No bundler, no config and instant build times.https://github.com/jakedeichert/svelvet …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Svelte + Snowpack! (Guide coming soon...)https://twitter.com/jakedeichert/status/1218579453594435585 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Snowpack was released last week... What are you all building with it??? We're putting together a list of companies/projects using Snowpack (or its predecessor, @pika/web) and we want to feature YOU!
Let us know in the replies and/or add yourself here:
https://github.com/pikapkg/snowpack/edit/docs--whos-using-snowpack/docs/00.md …pic.twitter.com/wvWu65Ia2d
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Prefer reading/sharing this thread as a full blog post?https://dev.to/pika/tree-shaking-without-a-bundler-here-s-how-snowpack-does-it-1fai …
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Thanks for reading! - Enjoyed this thread? Throw Snowpack a
on GH to help spread the word: https://github.com/pikapkg/snowpack …
- Learn more about Snowpack https://www.snowpack.dev/
- Follow us on Twitter for updatesPrikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
What's next? We're experimenting with replacing our current import scanner with the even faster es-module-lexer written by
@guybedford, a WASM-powered scanner written in C. https://github.com/guybedford/es-module-lexer …pic.twitter.com/uDWvK63AQ5
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
But even when optimizing for production, just reading & scanning your application code should be a hell of a lot faster than reading, scanning AND BUNDLING your app code with a traditional bundler (so you can still expect fast production deployments).
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
This all runs behind the production-only `--optimize` flag, so you can add & remove imports as you develop your app without worrying about tree-shaking or needing to re-install as your code changes.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
You can see exactly how it works here, coming in at only ~50 LOC: https://github.com/pikapkg/snowpack/blob/a05263ab9bb22ae1f79fc084dd88d65cd462432c/src/rollup-plugin-treeshake-inputs.ts#L7-L12 …pic.twitter.com/7mswE4Cru8
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Here's how we solved it: We create an in-memory "envelope" wrapper for Rollup of every dep & fill it with the exact imports used by your app. Rollup sees the envelope, reads the scanned imports to the real dep, & then automatically tree-shakes out everything not found in the
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.
A new package registry to move JS forward.
by
Tonight! There's still tickets -- swing on by and buy them (online) at the door!
Tickets $10
