FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Introducing Gatsby, A 'Reactive Site Generator'?

Gatsby’s new focus is on enabling teams to publish content rapidly using a new architecture that they say allows Gatsby Cloud to publish to its CDN in one second. This post benchmarks Gatsby’s “Reactive Site Generation” (RSG) approach against traditional static and server side approaches. - https://www.gatsbyjs.com/blog/re-introducing-gatsby-a-reactive-site-generator/?utm_campaign=introducing-gatsby--a-reactive-site-gen

#react
👍41
Dynamic Link Previews for a React SPA using AWS Lambda@Edge

Using AWS’s edge-based serverless function service to render an index.html with dynamic meta tags to support link previews on WhatsApp, Twitter, and similar services for a React SPA. - https://cgarethc.medium.com/dynamic-link-previews-with-a-react-spa-using-aws-lambda-edge-e33d51e6795c?utm_campaign=dynamic-link-previews-for-a-react-spa-us

#spa #link #preview
👍5
Extract Parameter Types from String Literal Types with TypeScript

If the things that TypeScript’s type system can do impress or confuse you, this well presented article will give you a turbocharged dose of either..! - https://lihautan.com/extract-parameters-type-from-string-literal-types-with-typescript/?utm_campaign=extract-parameter-types-from-string-lite

#typescript
👍4
Avoiding <img> layout shifts: aspect-ratio vs width & height attributes

Jake Archibald explores ways to avoid layout shifts using width and height attributes or aspect-ratio in CSS. - https://jakearchibald.com/2022/img-aspect-ratio

#css
👍6
S.O.L.I.D Principles with JS examples

The SOLID Principles were presented initially by Uncle Bob in his book Agile Software Development: Principles, Patterns, and Practices and they intended to make software designs more understandable, flexible and maintainable. - https://medium.com/front-end-weekly/s-o-l-i-d-principles-with-js-examples-db95b44e82e

#solid #javascript
7👍2👎1
How to Use Forms in React

A seemingly basic topic covered at a low level in Robin’s typically easily accessible manner. Once you grasp the basics, you can then pick up things like React Hook Form or Formik with confidence. - https://www.robinwieruch.de/react-form/

#react
👍3👏1
Building a Node API with API-First Design

Now that APIs are a key aspect of the software industry, the concept of API-first design is gaining traction. Under this paradigm, an API definition is created and collaborated on before any code is written. - https://blog.treblle.com/building-a-node-api-with-api-first-design/

#nodejs
👍5
Can SVG Symbols Affect Web Performance?

Bart Stefański explores how SVG Symbols affect web performance. - https://bstefanski.com/can-svg-symbols-affect-web-performance

#css
👍6
Ref vs Reactive

Vue 3’s Composition API provides two main ways of declaring reactive data. What’s the difference between these and which should you use? - https://vuejsdevelopers.com/2022/06/01/ref-vs-reactive/

#vue
👍3
The Minimum TypeScript You Need for React

If you don’t have the time to learn every React-related tool in fine detail, here’s at least the need to know list for TypeScript, to free up some time to learn the other things you’ll also need to know. - https://ente.io/blog/tech/typescript-for-react/

#react
👍2