Tag: React
Create scalable layouts using React
December 18, 2019🥐 2 min readPhoto by Dane Deaner on UnsplashThis article is also available in: FrançaisLearn how to create rich and scalable React layouts without compromise using react-teleporter.Nowadays, more and more applications are developed using HTML5, and very often with the help of React. An application and a website are different on many points,…
Show HN: I built this to keep track of framework syntax...
Syntax.wikiAims to provide the latest code syntaxes (best practices or recommended from communities) of frameworks and programming languages.Examples have similar structures and functionalities.ReactReact 16VueVue 3AngularAngular 9SvelteSvelte 3StencilStencil 1.14Syntax.wiki 2020 — Github Repository — Feedback
React Finland 2020 goes online with free mini-conferences
When times get tough, people get creative. And so did the team behind React Finland, who has reshaped the tech conf into a series of free online mini-events. Under normal circumstances, the coding community of Helsinki would now be looking forward to spending the next days in the Paasitorni congress hall. There, from May 28…
Steve Wozniak: How Steve Jobs would react if he could see...
942 稍後想再看一次嗎? 要將這部影片加入播放清單,請先登入。 登入 喜歡這部影片嗎? 如果想表達意見,請先登入。 登入 不喜歡這部影片嗎? 如果想表達意見,請先登入。 登入 發布日期:2019年11月21日Exclusive interview with Apple co-founder Steve Wozniak in Denmark, November 2019.About the state of Apple, modern technology, entrepreneurship, AI, Internet of Things and Steve Jobs.Contact: Lasse Ladefoged, [email protected]
Creating a list of climbing gyms with React and Material-UI
So I’ve been trying to learn coding on and off over the years, which basically means I’ve done a dozen online courses and learned a bunch of things in theory, but never in practice.That’s the problem with programming courses — they teach you some basic operations, they show you how to do some loops and…
Show HN: React Native scrollable bottom sheet native animations gestures 60FPS
Cross platform scrollable bottom sheet with virtualisation support and fully native animations, that integrates with all core scrollable components from React Native: FlatList, ScrollView and SectionList. Also, it's 100% compatible with Expo. Features Virtualisation support: FlatList and SectionList components are 1st class citizens, as well as ScrollView 🔥 Peformant: runs at 60 FPS even on…
Flip Animation in React
Animations bring an application to life. In my experience they are often underestimated as an integral part of a design. To illustrate to yourself the importance of purposeful transitions, consider that nothing in nature changes state discretely. Even lightning arcs and branches along a beautiful path dictated by conductivity, looking for the easiest route to…
Show HN: Muil – Fast and simple email templates development using...
Muil is a powerful service to build email, PDF and image templates using React,then generate via a simple REST APIGroup 4Created with Sketch.import React from 'react'import { BarChart } from '@muil/charts'const Chart = ({ jan, feb, mar }) => ( Awesome Chart )curl -X POST -d '{ "subject": "Awesome…