Basic branches history in Readme.md
This commit is contained in:
parent
038e1fb9de
commit
b821748fec
|
@ -1,5 +1,12 @@
|
||||||
# Dyomedea
|
# 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.
|
## Hiking app.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Reference in New Issue