React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 410 public repositories matching this topic...
Package for using ReactJS with Laravel
-
Updated
Nov 27, 2019 - PHP
A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time intervals. / Морфологическая библиотека для английского и русского языков. Склоняет имена собственные, названия географических объектов, склонение и плюрализация имен собственных и другое.
-
Updated
Aug 5, 2020 - PHP
Client and Server-side React (React.js) rendering in a Symfony Bundle
-
Updated
May 25, 2020 - PHP
React boilerplate for WordPress plugins
-
Updated
Aug 13, 2020 - PHP
Onepage Theme/Website Builder for WordPress
-
Updated
Jul 9, 2020 - PHP
基于 Laravel 5.5 和 React 的个人博客系统
-
Updated
Dec 3, 2019 - PHP
Client and Server-side React rendering from PHP
-
Updated
Jun 9, 2020 - PHP
Modern project management solution
-
Updated
Sep 18, 2017 - PHP
A boilerplate for pairing the WP Rest API with a server-rendered React app
-
Updated
Jul 29, 2020 - PHP
Automatic CSRF protection for JavaScript apps using a Symfony API
-
Updated
Feb 25, 2020 - PHP
A Laravel REST API backend with React/Redux, hot module reloading in development and route-level code splitting
-
Updated
Mar 31, 2020 - PHP
A simple app skeleton to try to make every components work together : symfony 4 (latest stable at the date, but work with sf 3.3+ if you just change the versions in composer.json), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass
-
Updated
Jul 30, 2020 - PHP
Example to-do app (including auth) built with Laravel 7 and React.
-
Updated
Jul 30, 2020 - PHP
PHP client for rendering your React components via Hypernova.
-
Updated
Nov 4, 2019 - PHP
-
Updated
Aug 27, 2020 - PHP
Source code for the API Platform + React.JS Course
-
Updated
Mar 30, 2019 - PHP
Laravel 7 + React + Typescript + React Router v4 + Hot Module Reloading
-
Updated
May 9, 2020 - PHP
-
Updated
Jul 31, 2020 - PHP
Client and Server-side React rendering for CraftCMS
-
Updated
Mar 24, 2019 - PHP
Yii2 widget for server-side rendering ReactJs
-
Updated
Mar 3, 2020 - PHP
Symfony 4 by Samples is a personal project in which I will be creating small demos with tutorial in which to learn the symfony framework 4. Each of the samples contains a README.md file that indicates the purpose of the sample plus an step by step guide to reproduce it. Basic topics, login and register form, authentication, webpack encore, sass, bootstrap, typescript, ...
-
Updated
Jul 3, 2018 - PHP
DEPRECATED Returns a list of Craft/Vue/React route rules and entry & asset URLs for ServiceWorkers from Craft entries
-
Updated
Jan 1, 2019 - PHP
Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
-
Updated
Aug 7, 2020 - PHP
Created by Jordan Walke
Released March 2013
Latest release 5 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia


Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.
YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya