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
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
Vite 3.0 is Out

Vite 3 has been released, 16 months after Vite 2. Updates include brand new docs, speed improvements, and a variety of new features. - https://vitejs.dev/blog/announcing-vite3.html

#vue #vite
👍32
7 Best Ways to Create a New React App

Create React App might be the best known, but there are a few other approaches worth considering including larger frameworks (like Next.js) or build systems like NX. - https://blog.bitsrc.io/6-best-ways-to-create-a-new-react-application-57b17e5d331a

#react
👍9🔥1
Accessing Vue Component Data with $ref

Refs are one of Vue’s quirky parts and can get troublesome if you do not properly understand their usage. - https://devjavu.hashnode.dev/accessing-vue-component-data-with-ref

#vue
👍4👎2
Installing and Running bin Scripts

npm packages can specify which shell scripts/runnable files they provide by way of the package.json bin property. Dr. Axel digs pretty deep, here, into how it all works and the two approaches for installing packages offering such bin scripts. - https://2ality.com/2022/08/installing-nodejs-bin-scripts.html

#nodejs
👍3