A New Proposal for Decorators for JavaScript Classes
Currently at stage 2 in TC39โs process and due to be discussed in more depth this month, decorators provide a way to extend methods and other โsyntax formsโ by wrapping them with other functionality. Note that this proposal differs from the decorators proposed to TC39 in 2018, that Babel 7 supports, and that inspired โexperimentalโ decorators in TypeScript. - http://amp.gs/L2pm
#javascript
Currently at stage 2 in TC39โs process and due to be discussed in more depth this month, decorators provide a way to extend methods and other โsyntax formsโ by wrapping them with other functionality. Note that this proposal differs from the decorators proposed to TC39 in 2018, that Babel 7 supports, and that inspired โexperimentalโ decorators in TypeScript. - http://amp.gs/L2pm
#javascript
GitHub
proposal-decorators/README.md at simplified ยท tc39/proposal-decorators
Decorators for ES6 classes. Contribute to tc39/proposal-decorators development by creating an account on GitHub.
Introducing the New JSX Transform
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
legacy.reactjs.org
Introducing the New JSX Transform โ React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. Although React 17 doesnโt contain new features, it will provide support for a new version of the JSX transform. In this post, we will describe what it is and how to try it. Whatโsโฆ
Build a TikTok Clone with React and Firebase
TikTok is in the news a lot these days. Not just because itโs the current burning center of the the social media universe but also because it has become something of a political football in some parts of the world. Rumors of its shutdown or sale abound. Might that create an opportunity for you build a TikTok clone and become the next social media fad? - http://amp.gs/LFIq
#react
TikTok is in the news a lot these days. Not just because itโs the current burning center of the the social media universe but also because it has become something of a political football in some parts of the world. Rumors of its shutdown or sale abound. Might that create an opportunity for you build a TikTok clone and become the next social media fad? - http://amp.gs/LFIq
#react
CodeSource.io
Build a TikTok Clone with React and Firebase
In this article, we will build our TikTok clone with React and firebase, and also we will explore the cool feature of React hooks.
CORS โ Cross-Origin Communication in the Modern Web
https://alazierplace.com/2019/06/cors-cross-origin-communication-in-the-modern-web/
https://alazierplace.com/2019/06/cors-cross-origin-communication-in-the-modern-web/
A Lazier Place
CORS - Cross-Origin Communication in the Modern Web | A Lazier Place
Ever wonder why sometimes you get a CORS: Access-Control-Allow-Origin error in your front-end app? Here I explain why and what to do about it!
Custom CSS Styles for Form Inputs and Textareas
Stephanie Eckles demonstrates how to create custom form input and textarea styles that have a near-identical appearance across the top browsers. - http://amp.gs/L3Bf
#css
Stephanie Eckles demonstrates how to create custom form input and textarea styles that have a near-identical appearance across the top browsers. - http://amp.gs/L3Bf
#css
Modern CSS Solutions
Custom CSS Styles for Form Inputs and Textareas | Modern CSS Solutions
Create custom form input and textarea styles that have a near-identical appearance across the top browsers, and ensure all states meet contrast requirements.
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
https://github.com/fabricjs/fabric.js
https://github.com/fabricjs/fabric.js
GitHub
GitHub - fabricjs/fabric.js: Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser - fabricjs/fabric.js
Share our channel to your coder friends so that they will also access useful links & resources shared on our channel ๐ฅ๐ฅ๐ฅ
Linearly Scale font-size with CSS clamp() Based on the Viewport
Pedro Rodriguez explores how to linearly scale text between a set of minimum and maximum sizes as the viewportโs width increases, with the intent of making its behavior at different screen sizes more predictable using clamp(). - http://amp.gs/LLLi
#css
Pedro Rodriguez explores how to linearly scale text between a set of minimum and maximum sizes as the viewportโs width increases, with the intent of making its behavior at different screen sizes more predictable using clamp(). - http://amp.gs/LLLi
#css
CSS-Tricks
Linearly Scale font-size with CSS clamp() Based on the Viewport | CSS-Tricks
Responsive typography has been tried in the past with a slew of methods such as media queries and CSS calc().