Posts

Showing posts from December 27, 2018

Deployed React app not working same as local version

Image
0 I have a redux action which sends a request to update some data in the backend and on the response I dispatch another action to set this updated data. Heres the action: export const openLecture = lectureId => dispatch => { axios .put(`/api/lectures/open/${lectureId}`) .then(res => { if (res.data.lecture) { console.log(res.data.lecture); dispatch(getLecture(res.data.lecture._id)); } }) .catch(err => { console.log(err); }); }; Theres a component which takes this data from the redux state adn passes it to a child component. Heres the child component: class LectureHeader extends Component { constructor() { super(); this.state = {}; this.makeLectureLive = this.makeLectureLive.bind(this); this.closeLecture = this.clo

Lettische Sozialistische Sowjetrepublik

Image
Flagge Wappen Amtssprache offiziell keine; de facto Lettisch und Russisch Hauptstadt Riga Fläche 64.589 km² Einwohnerzahl 2.666.567 Bevölkerungsdichte 41,3 Einwohner pro km² Nationalhymne Hymne der Lettischen SSR Zeitzone UTC + 3 Vorlage:Infobox Staat/Wartung/NAME Die Lettische Sozialistische Sowjetrepublik (Abkürzung LSSR oder LATSSR , lettisch: LPSR = Latvijas Padomju Sociālistiskā Republika , wörtlich Lettische Sowjetische Sozialistische Republik ) war eine Unionsrepublik der Union der Sozialistischen Sowjetrepubliken. Sie bestand vom Einmarsch der Roten Armee 1940 bis zur Erneuerung der staatlichen Unabhängigkeit der Republik Lettland 1990. Inhaltsverzeichnis 1 Lettische Sozialistische Sowjetrepublik 1918–1920 2 Lettische Sozialistische Sowjetrepublik 1940–1990/91 3 Erste Sekretäre des ZK der Lettischen KP 4 Siehe auch 5 Literatur 6 Weblinks 7 Einzelnachweise