All Projects → Limenius → Reactbundle

Limenius / Reactbundle

Licence: mit
Client and Server-side React (React.js) rendering in a Symfony Bundle

Projects that are alternatives of or similar to Reactbundle

User Bundle
A new Symfony user bundle
Stars: ✭ 116 (-69.87%)
Mutual labels:  twig, symfony-bundle
Knppaginatorbundle
SEO friendly Symfony paginator to sort and paginate
Stars: ✭ 1,534 (+298.44%)
Mutual labels:  twig, symfony-bundle
Twig Extra Bundle
The Twig bundle for official extra extensions
Stars: ✭ 389 (+1.04%)
Mutual labels:  twig, symfony-bundle
breadcrumb-bundle
Symfony bundle for easy breadcrumbs management
Stars: ✭ 26 (-93.25%)
Mutual labels:  twig, symfony-bundle
Msgphp
Reusable domain layers. Shipped with industry standard infrastructure.
Stars: ✭ 182 (-52.73%)
Mutual labels:  twig, symfony-bundle
Web Profiler Bundle
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
Stars: ✭ 1,905 (+394.81%)
Mutual labels:  twig, symfony-bundle
Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-85.45%)
Mutual labels:  twig, symfony-bundle
Twig Bundle
The Twig Bundle provides configuration for using Twig in your applications.
Stars: ✭ 2,150 (+458.44%)
Mutual labels:  twig, symfony-bundle
Auditor Bundle
Doctrine audits logs made easy.
Stars: ✭ 221 (-42.6%)
Mutual labels:  twig, symfony-bundle
time-ago-bundle
Provides a simple twig filter for expressing time difference in words.
Stars: ✭ 13 (-96.62%)
Mutual labels:  twig, symfony-bundle
Webpack Hot Server Middleware
🔥 Hot reload webpack bundles on the server
Stars: ✭ 319 (-17.14%)
Mutual labels:  isomorphic
Commandschedulerbundle
Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel
Stars: ✭ 318 (-17.4%)
Mutual labels:  symfony-bundle
Lexikformfilterbundle
This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
Stars: ✭ 360 (-6.49%)
Mutual labels:  symfony-bundle
Assetic Bundle
[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.
Stars: ✭ 370 (-3.9%)
Mutual labels:  symfony-bundle
Isomorphic React
A simple but powerful React application built on a standards-compliant back-end
Stars: ✭ 318 (-17.4%)
Mutual labels:  isomorphic
Lexiktranslationbundle
This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.
Stars: ✭ 347 (-9.87%)
Mutual labels:  symfony-bundle
Viperhtml
Isomorphic hyperHTML
Stars: ✭ 318 (-17.4%)
Mutual labels:  isomorphic
Particle
A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
Stars: ✭ 315 (-18.18%)
Mutual labels:  twig
Easyadminbundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Stars: ✭ 3,391 (+780.78%)
Mutual labels:  symfony-bundle
Exporter
Lightweight Exporter library
Stars: ✭ 384 (-0.26%)
Mutual labels:  symfony-bundle

ReactBundle

ReactBundle integrates ReactRenderer with Symfony. This lets you implement React.js client and server-side rendering in your Symfony projects, allowing the development of universal (isomorphic) applications.

Note: If you are new to React.js, please note that this bundle is not by any means required to use React with Symfony. This allows you to do some advanced features such as Server Side Rendering, or injecting components directly from Twig tags.

Features include:

  • Prerender server-side React components for SEO, faster page loading, and users that have disabled JavaScript.
  • Twig integration.
  • Client-side render will take the server-side rendered DOM, recognize it, and take control over it without rendering again the component until needed.
  • Error and debug management for server and client side code.
  • Simple integration with Webpack.

Latest Stable Version Latest Unstable Version License

Example

For a complete example, with a sensible Webpack set up and a sample application to start with, check out Symfony React Sandbox.

Documentation

The documentation for this bundle is available in the Resources/doc directory of the bundle:

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE.md

Credits

ReactBundle is heavily inspired by the great React On Rails, and uses its npm package to render React components.

The installation instructions have been adapted from https://github.com/KnpLabs/KnpMenuBundle. Because they were great.

With Silex

Silex was discontinued in June 2018. However, if you wish to use ReactRenderer with Silex, check out @teameh Silex React Renderer Service Provider.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].