-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Code Improvements #3
Comments
Hey @pranshuchittora, I would like to work on this, just wanted to know, which should I work among the options. Just assign me the problem so that I can work accordingly |
Thanks @saideepesh000 you can start by migrating the inline styling to style objects or css modules |
@pranshuchittora, it would be better if we add CSS modules, it looks clean and beginner-friendly, what do you think. |
Ya sounds great 👍 |
Hi @pranshuchittora, I am getting this error. It seems to the problem related to mdx, how can I tweak the node_modules or replace mdx. Sorry for this silly doubt. I am using windows(this might also be the problem). And according to this even though we are using react-app-rewired, it's not working for me. Please help me. |
No worries, let's connect on Slack to discuss and fix the issue. |
Hi @pranshuchittora, I have gone through the issues mentioned above and i feel that i can start working on them.😋 |
hey @pranshuchittora, I have started working on the issues mentioned above and will be contributing soon.😊 |
Glad to hear that.
|
I’ve started working on them and have made a PR for certain areas.. will fix the inline styling and stuff in the next PR |
Hey @pranshuchittora @saideepesh000 I'm facing the exact issue, did you found the solution? I search the slack chats but couldn't find it. If any solution please tell me. |
import importMDX from "mdx.macro"; while pushing convert it back to |
@Devesh21700Kumar yeah it did worked 🚀 , but had to change three instances of it to run.
|
Great.. yes i know. and before pushing revetr it back to import {importMDX} or it will give build error @pranshuchittora the build error in my PR yesterday was due to this only.. so tweaked a bit to find a solution 🚀 |
you should
or |
Hi @pranshuchittora I also wanted to be help in this can i? |
fix part of #3: created seperate css file for explore page
Description
The project is in its initial phase, and the code is written with an idea of
move fast and break things
. So there are many possible improvements. Mentioning some but not limited to these only 😄The text was updated successfully, but these errors were encountered: