From b821748fec80a5bd4be9481b8a7b92e07c83166b Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 5 Feb 2023 15:32:14 +0100 Subject: [PATCH] Basic branches history in Readme.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6886c11..5884029 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Dyomedea +## Branches + +* master: dev branch (started as a React project; now using dolidjs) +* multi-layers: attempt to create a native React map components. Went pretty far but there was still so many things to implement that I switched to: +* openlayers: an attempt to use React with Openlayers. Wasn't that easy because Openlayers is heavily based on the DOM while React uses a "pseudo-dom". That has been one of the reasons why I switched (again) to: +* solid: a SolidJS / Openlayers implementation that has replaced the master branch on Feb 5th, 2023. + ## Hiking app. ## Documentation