#React

19 articles

Creating a Custom Router with React and the History API
Application 2018-01-03

Creating a Custom Router with React and the History API

Implement custom React router using History API with pushState and popstate for SPA navigation without libraries.

#ES6#JavaScript#React#History API#Router
Quickly Create a Markdown Editor with React
Application 2017-12-25

Quickly Create a Markdown Editor with React

Create functional React markdown editor with marked library supporting live markdown preview and transformation.

#ES5#ES6#JavaScript#React
Introducing React to Laravel with Bower
Application 2017-10-01

Introducing React to Laravel with Bower

A guide on integrating React into a Laravel project using Bower.

#Laravel#React
Directory Structure and Nginx Config for Integrating SPA with Laravel
Infrastructure 2017-10-01

Directory Structure and Nginx Config for Integrating SPA with Laravel

Configure Laravel for single-page apps with proper directory structure and Nginx routing for frontend and backend.

#Laravel#React#Nginx
Encountering '[BABEL] Note: The code generator has deoptimised the styling of' in React
Application 2017-10-01

Encountering '[BABEL] Note: The code generator has deoptimised the styling of' in React

Fix Babel's code generator deoptimization warnings in React through strategic file size optimization and compression techniques.

#React#Tips
SPA Boilerplate with React, react-redux, react-router, ES6, and webpack
Application 2017-10-01

SPA Boilerplate with React, react-redux, react-router, ES6, and webpack

Explore React SPA boilerplate architecture with Redux, React-router, webpack, and Babel for modern applications.

#boilerplate#ES6#React#react-router#Redux#webpack
Creating a Follow Button with React
Application 2017-10-01

Creating a Follow Button with React

Build a follow button component in React with toggle states and hover functionality similar to social media platforms.

#React
React+marked+highlight
Application 2017-10-01

React+marked+highlight

Integrate React markdown editor with marked and highlight.js for syntax-highlighted code block rendering.

#ES6#React#highlightjs#markdown#marked
Implementing a Form with Multiple Inputs in React
Application 2017-10-01

Implementing a Form with Multiple Inputs in React

Master implementing React forms with multiple controlled inputs using nested state object management patterns.

#React
Considering Directory Structure for React+Redux
Application 2017-10-01

Considering Directory Structure for React+Redux

Exploring directory structures for integrating React+Redux into applications.

#ES6#React#Redux
Articles Referenced for Building an SPA with React and Redux
Application 2017-10-01

Articles Referenced for Building an SPA with React and Redux

Explore curated React Redux resources for SPA development, Redux middleware, and architectural patterns.

#React#Redux#SPA
Implementing a Tag Feature with Suggestions Using React Tag Autocomplete
Application 2017-10-01

Implementing a Tag Feature with Suggestions Using React Tag Autocomplete

Implement tag autocomplete feature in React using React Tag Autocomplete library with API integration.

#React
Encountering 'Uncaught (in promise) error' with redux-form Server-side Validation
Application 2017-10-01

Encountering 'Uncaught (in promise) error' with redux-form Server-side Validation

Fix 'Uncaught (in promise) error' in redux-form server-side validation by returning promises and properly throwing SubmissionError.

#React#Redux#redux-form#Tips
Encountering CsrfToken Issues with AJAX in Laravel
Application 2017-09-26

Encountering CsrfToken Issues with AJAX in Laravel

Resolve Laravel CSRF token issues in AJAX requests by configuring VerifyCsrfToken middleware to exclude API routes.

#AJAX#Laravel#React#superagent
Laravel+React+ES6+Browserify
Application 2017-09-26

Laravel+React+ES6+Browserify

Integrate React with Laravel using Browserify and Babel transpilation to write modern ES6 code with proper module support.

#React#JavaScript#npm#webpack#ES6#browserify#ES5
Implementing Forms with Laravel, React, and Superagent
Application 2017-09-26

Implementing Forms with Laravel, React, and Superagent

Build AJAX forms combining Laravel APIs, React components, and Superagent for HTTP requests and validation.

#Laravel#React#AJAX#Superagent
Creating a Rest API with Laravel
Application 2017-09-26

Creating a Rest API with Laravel

Create Laravel REST APIs using ResourceControllers with authentication middleware and JSON responses.

#API#Laravel#React#REST
My First Experience with OSS
Poem 2017-07-17

My First Experience with OSS

Discover open source software development on GitHub and learn collaborative coding fundamentals for public projects.

#OSS#GitHub#CMS#Laravel#React
Introduction to React: Component-Based Web Frontend Development
Application 2016-08-04

Introduction to React: Component-Based Web Frontend Development

Introduction to React: Component-Based Web Frontend Development

#React#Book Review