Default aiohttp static handler doesn't support any modification on the fly.
This handler helps to serve static files from directory ./static as is and convert JSX for ReactJS if needed.
import asyncio
import logging
from aiohttp import web
import os