Posts
Chat
Members
Info
·1y·Pinned# General
PSA: Posting etiquette
Hey guys 👋, Wanted to run a few things by you for posting better. • If you're asking for help, please use the #Help channel. #General is more around general discussions versus debugging. I have to move your posts when you don't. …
21
·268d# Help
React doesnt work on folders within domains?
Heeeeeydiho i build a react app, and have a small problem with it problem: putting it in www.xxx.com works perfectly, but putting it on www.xxx.com/test/ only gives out a blank page. …
2
·268d·Locked# General
Farewell
I wanted to say thanks to everyone who participated in the community here. I really enjoyed moderating it. Spectrum becomes read-only tomorrow, August, 24, 2021. https://spectrum.chat/spectrum/general/join-us-on-our-new-journey~e4ca0386-f15c-4ba8-8184-21cf5fa39cf5 Cheers, Jon
1
Need help with google maps
my map is loading and working fine .Now I need that when i drag the map the marker should be fixed in the middle and get the position of the markers on drag stop. Similar to the way uber / ola/ zomatp map works Thanks in advance
24
New Developers Community
There is a new community of software developers called Codessey. The idea behind the community is one of remote collaboration with developers of diverse cultures and skill sets. We'll get to build stuffs together, work on gigs together and probably change the world of tech.…
4
·268d# Jobs
Hi! At Styliff Tech we're looking for a full stack dev.
The position is fully remote (but you can also work from our Ljubljana office). Salary range is 3000€ - 5500€, depending on prior experience. If you’re interested send your CV to [email protected] Don’t hesitate to send me a direct message if you have any additional questions :)
0
8 ways to deploy a React app for free
I recently wrote an article on different ways to deploy React App https://blog.logrocket.com/8-ways-to-deploy-a-react-app-for-free/
0
Render Component after getData
I am searching for a solution to render my component after my data is fetched. The Problem with useEffect ist that it renders after the initital render. That creates two empty object in my DOM. That is quite the problem, since I want to style these. Funny enough conditional…
0
·274d# Help
react routing
I want to create http://john.wethemez.com/ this website-style routing in react. how can i create it?
9
Problem with multiple return statements
I want to return a <h2> before keys.map gets returned. I already tried to add it with return (<h2>{item.title}....but this leaves everything below unreachable. Also tried different variations of {} and () but it didn't worked. Also thought of excluding the keys.map and make it a…
4