Skip to content
onoya.dev
  • PHP
    • CakePHP
  • Docker
    • Docker Swarm
    • Docker Cloud
  • JavaScript
    • ReactJS
    • TypeScript
  • Ruby
  • Editors
    • VSCode
    • Sublime Text
Search
onoya.dev
Menu
  • ReactJS, TypeScript

React + Webpack + Babel 7 + TypeScript Starter

I have been recently working on projects that uses TypeScript with React. The easiest way to get started working with React + TypeScript is through the create-react-app boilerplate. (react-scripts@2.1.0 and above now supports typescript) You can now easily add TypeScript…
  • onoya
  • June 24, 2019
  • 2 Comments
  • JavaScript, ReactJS

Enable Absolute Path Imports in Create React App

In this article, I’ll be showing you how to enable absolute path imports in a create-react-app application without ejecting. To enable absolute path imports, you just have to configure the baseUrl of your project’s jsconfig.json file. (tsconfig.json if you are using…
  • onoya
  • June 22, 2019
  • 1 Comment
  • ReactJS

Render Multiple Components in ReactJS with Fragments

Render Multiple Components Prior to Version 16 Prior to version 16, the easiest way to render multiple components was by wrapping the components in a single parent element. But with this method, you are adding an unnecessary extra node to…
  • onoya
  • March 20, 2018
  • CakePHP, ReactJS

Integrate ReactJS to a CakePHP 2.x Application from Scratch

This is a basic integration of ReactJS into a CakePHP 2.x application. Before we start, make sure you already have a running CakePHP 2.x application. If you don’t have a running CakePHP app, you may clone this basic CakePHP 2.x…
  • onoya
  • January 4, 2018
  • 2 Comments
Facebook Twitter Instagram
  • Contact
  • Privacy Policy
Copyright © 2023 onoya.dev - Powered by CreativeThemes
  • Contact
  • Privacy Policy
Download