Skip to content

Commit

Permalink
Use preact for jsx, render, and hydrate
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlent committed Jan 7, 2020
1 parent 042025f commit 019e706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/subapp-pbundle/src/redux-bundler.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { render, hydrate } from "react-dom";
import { h, render, hydrate } from "preact";
import { loadSubApp } from "subapp-web";
import { Provider } from 'redux-bundler-preact';
import { setStoreContainer, getReduxCreateStore } from "./shared";
Expand Down

0 comments on commit 019e706

Please sign in to comment.