Flexible React & React Native feature flagging/flipping/toggling for simple use cases
4Dev React - Enquetes para Programadores Link para o curso completo Essa sistema faz parte do treinamento do professor Rodrigo Manguinho (Mango) na Ud
Symbol Recognizer It's a simple tool that allow draw one digit or caracter and send to an AI try to predict what you drew! See it working: https://rea
Booking.com is a Dutch online travel agency for lodging reservations & other travel products, and a subsidiary of Booking Holdings
Recoded An awesome tool to make Images and GIFs of your code! View Demo · Report Bug · Request Feature About The Project There are plenty of Apps like
Facebook Messenger exported JSON viewer What's this? This is a simple tool to view Facebook Messenger exported JSON files. I made the UI into a Messen
The Leaderboard List App is built with using webpack and ES6 features, notably modules. This appp uses the Leaderboard API service to store user scores.
React Media Previewer 简体中文 | English Purpose react-media-previewer is to create a previewer that is compatible with viewing various media files by one
GlitchWave is an open-source frontend project. It makes our life easy to work on the admin panel. No more work from scratch. Work with pre maid admin panel. Easy to customize, add, remove features.
Read the docs | See the live examples | Join our Discord microsite is a fast, opinionated static-site generator (SSG) built on top of Snowpack. It out
Use Vue Composition API in React components
Landy is an open-source React landing page template written in TypeScript, designed for developers and startups, who want to create a quick and professional landing page for their business or project.
Next.js 12 React Server Components Notes Demo (Alpha)
Building Instagram from Scratch Using React, Tailwind CSS, Firebase 💰 Extended paid version he
react-three-gpu-pathtracer ⚡️ A React abstraction for the popular three-gpu-pathtracer This demo is real, you can click it! It contains full code, too
✨ View all of your GitHub stats and compare your stats with friends, made using nextjs and tailwind.
Viact is a starter template for React TypeScript that uses Vitejs, which supports RTL for specific styles, proxy fetching API (to fix CORS errors) and a simple mock REST API server.
Expo config plugin for the Braze SDK Background Currently, the Braze React Native SDK does not support the Expo managed workflow. This means that Braz
r3f-next-starter This is a batteries included template for using React Three Fiber (R3F) with NextJS 🔋 . Based on create-r3f-app. Features ♻ Easily m
recma-nextjs-static-props Generate getStaticProps exposing top level identifiers Installation npm install recma-nexjs-static-props Usage This plugin i
A simple ReactJS movies app based on TMDb API to demonstrate react-query use cases as a state management library
Light weight react component for creating a responsive markdown page with beautiful TOC
A complete application from scratch using Node.js, React, and Tailwind
React Fundamentals 🚀 EpicReact.Dev Learn the foundational concepts necessary for building React applications and libraries Learn everything you need
LogTure - A minimal designed, fully customizable, and extensible modern personal blogging framework, built with Nextjs
Feedget Table of Contents About • Features • Revised Concepts • Installation • Get Started • Technologies • License 📌 About (Coloque aqui uma pequena
fitfab user interface experience is a collection of React components and utilities for building user interfaces using web api technologies. (and of course, Reactjs.)
Implementation Angular 13 Form Validation with Submit using Reactive Forms Module and Bootstrap 4. The form has: Full Name: required Username: require
ReactJS Web-Shop (WIP) This is a little web shop written with React. This is mostly a Project to learn ReactJS and web dev. Setup This app uses a Rest
Notus NextJS A beautiful UI Kit and Admin for Tailwind CSS and NextJS. Start your development with a Free Tailwind CSS and NextJS UI Kit and Admin. Le
App for a password manager using React-Native, Expo.CLI and AsyncStorage
Project from NLW Return. On this project, we can choose a type of feedback, take a screenshot of the page. Used React.js, Typescript, Tailwindcss, Headlessui, Accessibility, Jtest, Node.js, Prisma DB, Mobile version and much more...
🏪 Products shop E-commerce project using React and TypeScript. Live demo here. API used for this project here.
A react hook that calculates the distance that your components are offset and the size of the remaining viewport when iOS/Android mobile virtual keyboards open
💻 LiveTerm - Highly customizable, easy-to-use, and minimal terminal styled website template, powered by Next.js.
next-data-hooks · Use getStaticProps and getServerSideProps as react hooks next-data-hooks is a small and simple lib that lets you write React hooks f
*CyberCode Online is a browser & mobile based MMORPG game that is disguised as VS Code in the browser* where you click functions and variables in the ever-changing source code to navigate your character in a Cyber Punk inspired world.
This is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like box, Dfinity, Filecoin and Crust.
SVG Vue/React components integrated from fluentui-system-icons, ionicons, ant-design-icons, material-design-icons, Font-Awesome, tabler-icons and carbon icons. (Vue3, Vue2, React, SVG)
A demo app of the Hacker News website clone, which shows Next.js 12's experimental React Server Components support
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build, deploy and publish a Weather Progressive Web App. Covered topics: React.js, Service Workers, PWA, Lighthouse...
(Angular Reactive) Forms with Benefits 😉 How many times have you told yourself "I wish Angular Reactive Forms would support types", or "I really want
React Native Actions Sheet Picker A React Native component that provides a filterable select dropdown/picker. Preview Installation Guide yarn add reac
React has been around for three years, and it has grown to be one of the most popular libraries for building front-end views. The JavaScript community undeniably loves it. Developers voted for React in the StackOverflow survey this year, and React ended up being the second most loved library on the planet.
In this tutorial, I want to show you how to fetch data in React with Hooks by using the state and effect hooks. We will use the widely known Hacker News API to fetch popular articles from the tech world. You will also implement your custom hook for the data fetching that can be reused anywhere in your application or published on npm as standalone node package.
This React Hooks tutorial was last updated in January 2021 to include more React Hooks best practices and examples.
React Hooks have a very simple API, but given its massive community and variety of use cases, questions are bound to arise around React Hooks best practices and how to solve common problems.
Developers will often use Flow and React together, so it is important that Flow can effectively type both common and advanced React patterns. This guide will teach you how to use Flow to create safer React applications.
In this guide we will assume you know the React basics and focus on adding types for patterns you are already familiar with. We will be using examples based on react-dom
, but all of these patterns work in other environments like react-native
as well.
Get the latest React patterns, tips, and tricks right to your inbox.
React is a JavaScript library for building user interfaces. This guide targets React v15 to v16.
React, created by Facebook, is an open-source JavaScript library for building user interfaces. It is used to create components, handle state and props, utilize event listeners and certain life cycle methods to update data as it changes.
React combines HTML with JavaScript functionality to create its own markup language, JSX. This section will introduce you to all of these concepts and how to implement them for use with your own projects.
React is a popular JavaScript library developed by Facebook for building web application user interfaces. The Visual Studio Code editor supports React.js IntelliSense and code navigation out of the box.
We'll be using the create-react-app
generator for this tutorial. To use the generator as well as run the React application server, you'll need Node.js JavaScript runtime and npm (Node.js package manager) installed. npm is included with Node.js which you can download and install from Node.js downloads.
This tutorial doesn’t assume any existing React knowledge.
We will build a small game during this tutorial. You might be tempted to skip it because you’re not building games — but give it a chance. The techniques you’ll learn in the tutorial are fundamental to building any React app, and mastering it will give you a deep understanding of React.
A Comprehensive Guide to Test-First Development with Redux, React, and Immutable.
Redux is one of the most exciting things happening in JavaScript at the moment. It stands out from the landscape of libraries and frameworks by getting so many things absolutely right: A simple, predictable state model. An emphasis on functional programming and immutable data. A tiny, focused API... What's not to like?
This repository contains a step by step tutorial to help grasp flux and more specifically Redux.
The official and very exhaustive Redux documentation is available here and should be your number one source of truth regarding Redux. The present tutorial will only offer you an introduction to flux concepts through Redux use. For further or more detailed info, please refer to the Redux documentation.