Search
Collective #634
12.11.2020
Operator Lookup * 22120 * Web animation gotchas * Socialify * react-gl-transition-image
The post Collective #634 appeared first on Codrops
3 ways Bitcoin price and stocks may react to a Biden presidency
7.11.2020
Major media outlets have declared Joe Biden the winner of the 2020 election, leading analysts to speculate how a Biden presidency may impact Bitcoin price in 2021
Build an app for monday.com and potentially win BIG
5.11.2020
monday.com is an online Work OS platform where teams create custom workflows in minutes to run their projects, processes, and everyday work.
Over 100,000 teams use monday.com to work together.
They have launched a brand new app marketplace for monday.com, meaning you can add tools built...
Using Your Own Design System with KendoReact Components
30.10.2020
Maybe you’ve already heard of (or even worked with!) KendoReact. It’s popped up in some of my day-to-day conversations, especially those about working with design systems and React. You could think of it as a component library like Bootstrap or Material Design, except the components...
Anima 4.0: Go Straight From Design to React in the Design Handoff
27.10.2020
Imagine this scenario: You get an email from the design team. It contains a link to a high-fidelity prototype of a React app they want you to build. You click the link and get ready to inspect the work only to find… the components have already been built.
Huh?
It might sound like a dream...
Breakout or fakeout? Top traders react to Bitcoin price rally to $11.9K
20.10.2020
Bitcoin price rallied to $11,900 but traders are unsure whether the move is a breakout or a fakeout
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
How to Conditionally Add Attributes to Objects
16.10.2020
JavaScript is full of tricks that you don’t know you want until you … want … them. Or maybe just until you see them. One trick I recently realized was conditionally adding attributes to React elements. Of course this trick essentially boils down to conditionally adding properties...
Creating Mirrors in React-Three-Fiber and Three.js
30.9.2020
A brief walk-through of how to create a mirror scene with react-three-fiber.
The post Creating Mirrors in React-Three-Fiber and Three.js appeared first on Codrops
Freeze, pause, reboot: Projects react differently to $200M KuCoin hack
27.9.2020
KuCoin reported at least $129M of the affected funds are ‘safe.’
Using Markdown and Localization in the WordPress Block Editor
23.9.2020
If we need to show documentation to the user directly in the WordPress editor, what is the best way to do it?
Since the block editor is based on React, we may be tempted to use React components and HTML code for the documentation. That is the approach I followed in my previous article, which...
Pre-Caching Image with React Suspense
21.9.2020
Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,” leading to a much smoother user experience. “Ready,” in this context, can mean a number of things. For example, your data loading...
Efektivní a jednodušší vývoj? Naučíme vás, jak na to…workshopy nyní s 10% slevou
16.9.2020
Již řadu let se v SQN specializujeme na vzdělávání IT odborníků a pomáháme tím k jednoduššímu a efektivnějšímu vývoji. Naše workshopy/školení zaměřujeme na technologie Docker, Kubernetes, mikroslužby a React. Jsme si vědomi, že teorie…
Collective #622
10.9.2020
react-three-flex * AVIF has landed * Parsel * How they test * Colors for your data visualizations
The post Collective #622 appeared first on Codrops
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...
Going Jamstack with React, Serverless, and Airtable
27.8.2020
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re...
A Complete Walkthrough of GraphQL APIs with React and FaunaDB
27.8.2020
As a web developer, there is an interesting bit of back and forth that always comes along with setting up a new application. Even using a full stack web framework like Ruby on Rails can be non-trivial to set up and deploy, especially if it’s your first time doing so in a while.
Personally I have...
Morphing SVG With react-spring
26.8.2020
I’ve been intrigued by the morphing effect ever since I was a little kid. There’s something about a shape-shifting animation that always captures my attention. The first time I saw morphing left me wondering “ Wow, how did they do that?” Since then, I’ve created demos and written an article about...
‘Warren Buffett’ Index Predicts Stocks Crash — How Will Bitcoin React?
22.8.2020
The “Buffett Indicator” has hit levels unseen since the dot-com bubble, and Bitcoin could see a major reaction in the event of a major crash in stocks
Simple Node.js Proxy
18.8.2020
When I wanted to refresh my React.js skills, I quickly moved to create a dashboard of cryptocurrencies, their prices, and and other aspects of digital value. Getting rolling with React.js is a breeze — create-react-app {name} and you’re off and running. Getting the API working...